inviteToPodium

TrueConf7/5/26Less than 1 minute

inviteToPodium

Description

Invite a user to 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 inviteToPodium(string sPeerId)

Parameters

NameDescription
sPeerIdUnique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: On_newParticipantInConference, getConferenceParticipants

Response example

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

Response Parameters

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

See also

Last Updated: