onJoinRoomError()

Availability:

SmartFoxServer Lite / Basic / Pro

Usage:

smartFox.onJoinRoomError(errorMsg <String>)

Description:

The event is fired when a joinRoom() request fails. For example because the room you wanted to join is full.

Parameters:

errorMsg   The server error message

Returns:

nothing

Example:

on onJoinRoomError me, errorMsg
	put("Could not join room: " & errorMsg)
end

See also:

onJoinRoom()