kickFromPodium

TrueConf7/5/26Less than 1 minute

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

NameDescription
sPeerIdA 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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: