# 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
Name | Description |
---|---|
sPeerId | Unique 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
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also