# 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
- a unique identifier of the user (TrueConf ID) to whom we allow to enter the platform. It is recommended to use those IDs that were obtained from the methods: roleEventOccured, getAppState. Application:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: