I've tried to invoke functions but nothing happened.
Server Code:
if (conn instanceof IServiceCapableConnection) {
log.warn("Invoke onBWCheck");
((IServiceCapableConnection) conn).invoke("onBWCheck", new Object[]{params},
this);
}
Client Code:
function onBWCheck() {
trace("Checking Bandwidth");
}
Log.warn shows me that method is called on server, but nothing on client. Maybe
I'm wrong? Any suggestions?
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org