On Wednesday 13 September 2006 20:03, GIANNI INGUSCIO wrote:
> Hi!!
> is It possibile to obtain a list of IClient Object of the Client connected
> in Red5?
>
> e.g. using IConnection Object?

To obtain assiciated IClient object use

http://dl.fancycode.com/red5/api/org/red5/server/api/IConnection.html#getClient()

To get list of scope connections use

http://dl.fancycode.com/red5/api/org/red5/server/api/IConnection.html#getScope()

and then

http://dl.fancycode.com/red5/api/org/red5/server/api/IScope.html#getClients()

-- 
novemberain.com | flexwiki.novemberain.com | rubyonrails.ru | osflash.org/red5

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

Reply via email to