![]() |
Mac SDK
|
Instance Methods | |
| (void) | - onUserJoinWaitingRoom: |
| Callback of that user joins waiting room. More... | |
| (void) | - onUserLeftWaitingRoom: |
| Callback of that user leaves waiting room. More... | |
| - (void) onUserJoinWaitingRoom: | (unsigned int) | userid |
Callback of that user joins waiting room.
| userid | The ID of user who joins waiting room. |
| - (void) onUserLeftWaitingRoom: | (unsigned int) | userid |
Callback of that user leaves waiting room.
| userid | The ID of user who leaves waiting room. |