Thank you, it´s working now.
It would be really helpful, especially for SFS beginners, if the JavaDoc for functions that are not meant to be used normally contained a notice like "Attention: you usually do not use this method, use method XXX in the class SFSApi instead".
Search found 5 matches
- 12 Jan 2011, 08:47
- Forum: SFS2X Questions
- Topic: How to remove a user from a room using an extension?
- Replies: 3
- Views: 6182
- 11 Jan 2011, 15:03
- Forum: SFS2X Questions
- Topic: How to remove a user from a room using an extension?
- Replies: 3
- Views: 6182
How to remove a user from a room using an extension?
I´m looking for the "correct" way to remove a user from a room (while joinging another one, in case this matters) using an extension.
I know I can use the removeUser method (in the SFSRoom class), and it works, but it doesn´t seem to fire any of the events I would expect (SFSEvent.ROOM_JOIN or ...
I know I can use the removeUser method (in the SFSRoom class), and it works, but it doesn´t seem to fire any of the events I would expect (SFSEvent.ROOM_JOIN or ...
- 11 Jan 2011, 12:46
- Forum: SFS2X Questions
- Topic: Room Extension and USER_VARIABLES_UPDATE Events
- Replies: 15
- Views: 21848
- 07 Jan 2011, 09:33
- Forum: SFS2X Questions
- Topic: Room Extension and USER_VARIABLES_UPDATE Events
- Replies: 15
- Views: 21848
- 06 Jan 2011, 19:43
- Forum: SFS2X Questions
- Topic: Room Extension and USER_VARIABLES_UPDATE Events
- Replies: 15
- Views: 21848
Room Extension and USER_VARIABLES_UPDATE Events
I´m trying to write my first Extension right now. It is a Room Level Extension.
I successfully managed to register a request handler, and now I´m trying to implement an EventHandler, to listen to USER_VARIABLES_UPDATE events, but no luck so far.
The listener is registered in the following way ...
I successfully managed to register a request handler, and now I´m trying to implement an EventHandler, to listen to USER_VARIABLES_UPDATE events, but no luck so far.
The listener is registered in the following way ...