# 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"
}
Response example:
{
"method" : "kickPeer",
"requestId" : "1",
"result" : true
}
Parameter description:
peerId
- unique identifier of the user (TrueConf ID). It is recommended to use those obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: