acceptRequestToPodium

TrueConf7/5/26Less than 1 minute

acceptRequestToPodium

Description

Allow request to take the podium from conference participant.

This command is used only in a role-based-conference

void acceptRequestToPodium(string sPeerId)

Parameters

NameDescription
sPeerIdA unique identifier of the user (TrueConf ID) who is granted permission to take the podium. It is advisable to use those obtained from : On_roleEventOccured, getAppState

Response example

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

Response Parameters

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

See also

Last Updated: