# acceptRequestToPodium
Description: Allow request to take the podium from conference participant.
This command is used only in a role-based conference
.
Request example:
{
"method" : "acceptRequestToPodium",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}
Response example:
{
"method" : "acceptRequestToPodium",
"requestId" : "1",
"result" : true
}
Parameter description:
peerId
is the unique identifier of the user (TrueConf ID) who is granted permission to take the podium. It is advisable to use those obtained from the methods: roleEventOccured, getAppState. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also: