# kickPeer
Description: remove a participant from a conference.
Used only in the conference where the person, who is using VideoSDK/Room , is the owner
, moderator
or operator
of the conference.
Request example:
{ "method" : "kickPeer", "requestId" : "1", "peerId" : "user1@some.server/InstanceId" }
Copied!
Response example:
{ "method" : "kickPeer", "requestId" : "1", "result" : true }
Copied!
Parameter description:
peerId
- unique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also: