Skip to main content
Version: 5.8.0

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.
tip

All the client APIs that the names beigin with "Sys" are also available to S2S. For the usages of the S2S roomserver APIs (if they are not listed at this section), refer to brainCloud client roomserver APIs.