Skip to main content
Version: 6.0.0

SysRoomReady

Indicates that a room is ready for use by the members of the given lobby.

ServiceOperation
lobbySYS_ROOM_READY

Method Parameters​

ParameterDescription
lobbyIdThe id of lobby that this room server is associated with.
connectDataOptionally override the connectData of the lobby instance. Pass null or to preserve the existing connectData.

Usage​

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {}
}
Common Error Code

Status Codes​

CodeNameDescription
40601RTT_NOT_ENABLEDRTT must be enabled for this feature