sorry for dblposting, i was not yet confirmed....
HI,
im running RED5 (awesome product!!!) with a Flex GUI and a mysqlbackend.
im using mysql a a "log" to capture user data etc. at one point, "roomJOin"
OR "roomConnect" i store the clients into the database with all parameters.
so, the next step is the critical one: i used to send the
"Room-Attendees-List-GetCLients" - Information back to the UserCLient
(FlexGUI) after selecting them from the mysql database. yeah i know ,
expensive etc. so i digged alittle deeper and found:
Set<IClient> clients = scope.getClients();
for(IClient c:clients) {
log.info("Client via Scope: "+c.getAttribute("username")+" in
room " +scope);
}
>> thats works almost perfect, means it lists all the users, BUT NOT THE
FIRST ONE WHO CONNECTS to the scope. the API states "all connected", so WHEN
is a client finally connected? My goal i to fill a vector with the
client-data and object it back to the client...
what am i missing here?
thx tom
--
sip:[email protected] <sip%[email protected]>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org