kickPeer

TrueConf7/5/26Less than 1 minute

kickPeer

Description

Remove a participant from a conference

Used only in the conference where the person, who is using TrueConf VideoSDK , is the owner , moderator or operator of the conference

void kickPeer(string sPeerId)

Parameters

NameDescription
sPeerIdUnique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: On_newParticipantInConference, getConferenceParticipants

Response example

{
    "method" : "kickPeer",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: