Skip to main content
Version: 5.7.0

SysAddMember

Adds the given member to the given lobby instance.

ServiceOperation
lobbySYS_ADD_MEMBER

Method Parameters

ParameterDescription
memberCxIdThe cx id of the member being added.
lobbyIdThe lobby instance to join.
otherUserCxIdsArray of other users (i.e. party members) to add to the lobby as well. The call will fail if all users can't be added.
isReadyInitial ready-status of this user.
extraJsonInitial extra-data about this user.
teamCodePreferred team for this user, if applicable. Send "" or null for automatic assignment.

Usage

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