# 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:
peerId
- a unique user identifier (TrueConf ID). It is advisable to use those obtained from the methods: newParticipantInConference, roleEventOccured, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also: