# kickFromPodium

Description: remove a user from the podium.

The command is used in the video selector when a moderated VideoSDK/Room is its owner, moderator, or operator. It becomes unavailable when the Automatic podium access 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: