kickFromPodium

TrueConfAbout 1 min

kickFromPodium

Description: remove a user from the podium.

The command is used in the moderated role-based conference when the controlled TrueConf Room API is its owner, moderator, or operator. It becomes unavailable when the Automatically Take the Podium by VAD mode is enabled.

Request example:

{
    "method" : "kickFromPodium",
    "requestId" : "1",
    "peerId" : "user@some.server/InstancePart"
}

Response example:

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

Parameter description:

See also: