Yeah, it seems that happens here. I think I'll put my dumb users in a default lobby until they login and I move them in their own room. But how can I check if a users is trying to connenct directly to the main app scope so to reject the connection attempt?
> ok, you cought me on this one, i'm currently using only subscopes of the > app > level and all (appXXX and roomXXX) methods are called, dunno if room's > methods are supposed to be called when connecting to the "root" scope. > > On 8/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Yeah but Joachim states somewhere that appConnect / roomConnect are >> triggered after the code figures out if the scope is the app or a room >> of >> the app. >> >> cosmin >> >> > AFAIK the application's scope is the root of the scope/room tree, so >> yes, >> > it's a room/scope itself. >> > >> > On 8/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> >> >> I have a situation where the roomConnect is triggered adn ig I do: >> >> IScope room = conn.getScope(); >> >> room.getName() returns the Red5 application name ( so it's the base >> >> scope >> >> I presume ). Is this treaded as a room also? >> >> >> >> _______________________________________________ >> >> Red5 mailing list >> >> [email protected] >> >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> >> > >> > >> > >> > -- >> > ------------------------------------------------------------------- >> > C makes it easy to shoot yourself in the foot; C++ makes it harder, >> but >> > when you do, it blows away your whole leg. >> > _______________________________________________ >> > Red5 mailing list >> > [email protected] >> > http://osflash.org/mailman/listinfo/red5_osflash.org >> > >> >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > > -- > ------------------------------------------------------------------- > C makes it easy to shoot yourself in the foot; C++ makes it harder, but > when you do, it blows away your whole leg. > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
