Skip to main content
Version: 5.7.0

SysRemoveMember

Evicts the specified user from the specified lobby.

ServiceOperation
lobbySYS_REMOVE_MEMBER

Method Parameters

ParameterDescription
lobbyIdId of chosen lobby.
cxIdRTT connection id of specified member to be removed from the lobby.

Usage

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