rejectRequestToPodium
Less than 1 minute
rejectRequestToPodium
Description: decline a podium request.
The command is executed in a video selector created by a moderated role-based conference TrueConf Room API.
Request example:
{
"method" : "rejectRequestToPodium",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}Response example:
{
"method" : "rejectRequestToPodium",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). It is recommended 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 find more details about it here.
See also: