kickPeer

TrueConfLess than 1 minute

kickPeer

Description: remove a participant from a conference.

Used only in conferences where the moderated role-based conference TrueConf Room API is the owner, moderator, or operator.

Request example:

{
    "method" : "kickPeer",
    "requestId" : "1",
    "peerId" : "user1@some.server/InstanceId"
}

Response example:

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

Parameter description:

See also: