RoomServer
RoomServer service allows devs to directly launch hosted servers without going through lobby matchmaking.
API Summary
- SysGetRoomMember - Used to retrieve the details of the given room member.
- SysLaunchServer - Launch a hosted server directly. Allows for the bypassing of brainCloud lobby matchmaking.
- SysRoomEvent - Arbitrary method for calling the script associated with a directly launched hosted server instance.
- SysRoomReady - Indicates that a room is ready for use by the members.
- SysRoomSessionEnded - Indicates that the given server instance has ended.
- SysRoomSessionStarted - Indicates that the given server instance has started.
📄️ SysGetRoomMember
Used to retrieve the details of the given room member.
📄️ SysLaunchServer
Launch a hosted server directly. Allows for the bypassing of brainCloud lobby matchmaking.
📄️ SysRoomEvent
Arbitrary method for calling the script associated with a directly launched hosted server instance.
📄️ SysRoomReady
Indicates that a room is ready for use by the members.
📄️ SysRoomSessionEnded
Indicates that the given server instance has ended.
📄️ SysRoomSessionStarted
Indicates that the given server instance has started.