Skip to main content
Version: 5.8.0

SysGetRoomMember

Used to retrieve the details of the given room member.

ServiceOperation
roomServerSYS_GET_ROOM_MEMBER

Method Parameters

ParameterDescription
memberMember data used as input to a direct launch provider for validating the connection of a client.
brainCloudContextData provided by brainCloud when the server instance was launched.

Usage

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