I'm trying to migrate an existing actionscript program (server part) to java (red5). However, I'm blocked with the following code :
Client.prototype.requestInterview = function () { };
Does anyone know what is the equivalent of Client.prototype in red5 ?
Thanks in advance,
Massi