onRoomLeft()
Availability:
SmartFoxServer Basic / Pro
Usage:
smartFox.onRoomLeft(roomId <integer>)
Description:
The event is fired when a room was left using a leaveRoom() request. This type of requests are only used when allowing users to be present in more than one room at the same time.
Parameters:
roomId | The id of the room that was left |
Returns:
nothing
Example:
on onRoomLeft me, roomId put("See you soon!") end
See also: