# kickFromPodium
Description
Remove a user from the podium
The command is used in the video selector when a moderated TrueConf VideoSDK is its owner
, moderator
, or operator
. It becomes unavailable when the Automatic podium access by VAD
mode is enabled
void kickFromPodium(string sPeerId)
Parameters
Name | Description |
---|---|
sPeerId | A unique user identifier (TrueConf ID). It is advisable to use those obtained from the methods: On_newParticipantInConference, On_roleEventOccured, getConferenceParticipants |
Response example
{
"method" : "kickFromPodium",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also