Hello, When you connect to a room say: rtmp://your-ip/application/publicroom/privateroom, the room is automatically created. When you close the rtmp connection, you automatically remove the room. I think you would need to extend ApplicationAdapter. You will then be able to capture events such as roomStart, roomConnect, roomJoin, roomLeave, roomDisconnect and roomStop.
On 3/23/07, Martijn van Beek <[EMAIL PROTECTED]> wrote:
I'm trying to remove a scope from an application but searching the docs don't give me a clue. I have an app with the following layout (all rooms are IScopes): - App - Public Room - Private room The public room has roomowners (the first user who is entering the room) when those user leave the room the room must be deleted. I figured out to kick the other users from the room but the room (scope) still exists. How are scopes removed? _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
-- C is forever.
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
