# 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
Name | Description |
---|---|
sPeerId | A 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
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also