Hello

I'm new to fms/red5. I need some help....

How can I call a method on a client from a reference to the IClient object?

In the migration guide doc I found the following code:

IConnection conn = Red5.getConnectionLocal();
if (conn instanceof IServiceCapableConnection) {
                    IServiceCapableConnection sc = 
(IServiceCapableConnection) conn;
                    sc.invoke("method", new Object[]{arg1,arg2});
                }

This invokes a method on the client for the current connection.

But i want to invoke methods on Client objects contained in a collection 
on my server....

Thanks

Manu


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to