# 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:

See also: