Skip to main content
Version: 5.7.0

SysAddMemberWithPingData

Adds the given member to the given lobby instance.

ServiceOperation
lobbySYS_ADD_MEMBER_WITH_PING_DATA

Method Parameters

ParameterDescription
memberCxIdThe cx id of the member to add.
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.
pingDataPing times for each region available for this lobby type. Can use GET_REGIONS_FOR_LOBBIES to retrieve the list of regions for a given lobby type.

Usage

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