# kickFromPodium

Description: remove a user from the podium.

The command is used in a role-based conference when a person, who is using VideoSDK/Room is the owner , moderator or operator of the conference.

Request example:

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

Response example:

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

Parameter description:

See also: