OptionalonId of the player whose ban has just been cleared.
OptionalcustomData: anythe custom data that was returned from the previous callback.
void.
OptionalonCalled just after all bans have been cleared using room.clearBans().
OptionalcustomData: anyvoid.
OptionalonThe room link was received from moo-hoo.com. Called some time after a room is created successfully. Also called when your room stops sending signal to moo-hoo.com, and starts it again after some time. This can happen if your connection gets interrupted or the room somehow becomes unstable due to bugs.
The room link that was just received.
OptionalcustomData: anythe custom data that was returned from the previous callback.
void.
OptionalonCalled just after the room's recaptcha mode was changed using room.requireRecaptcha = value.
The new value; whether to request recaptcha or not while joining the room.
OptionalcustomData: anythe custom data that was returned from the previous callback.
void.
OptionalonCalled just a little after the room's token was changed using room.token = value.
The new token of the room.
OptionalcustomData: anythe custom data that was returned from the previous callback.
void.
OptionalonCalled just after the ban of a player has been cleared using room.clearBan(id).
Id of the player whose ban has just been cleared.
void or a custom data to pass to the next callback.
OptionalonCalled just after all bans have been cleared using room.clearBans().
void or a custom data to pass to the next callback.
OptionalonThe room link was received from moo-hoo.com. Called some time after a room is created successfully. Also called when your room stops sending signal to moo-hoo.com, and starts it again after some time. This can happen if your connection gets interrupted or the room somehow becomes unstable due to bugs.
The room link that was just received.
void or a custom data to pass to the next callback.
OptionalonCalled just after the room's recaptcha mode was changed using room.requireRecaptcha = value.
The new value; whether to request recaptcha or not while joining the room.
void or a custom data to pass to the next callback.
OptionalonCalled just a little after the room's token was changed using room.token = value.
The new token of the room.
void or a custom data to pass to the next callback.
Called just after the ban of a player has been cleared using
room.clearBan(id).