Page 1 of 1

What happened to SFSEvent.ROOM_LEFT ? :)

Posted: 20 Apr 2011, 08:05
by Fraggle
Hi,

This event seems to have disappeared from the API.
I was using it to detect when user is removed from the room by the server to change client state.
I can change my logic, but I'm wondering if I'm missing something there ?

Thanks,

Sebastien

Posted: 20 Apr 2011, 09:45
by Bax
You should use the SFSEvent.USER_EXIT_ROOM event.
It is fired when:
- the current user leaves the current Room;
- another user leaves the Room in which the current user is.