# rejectRequestToPodium
Description: decline a podium request.
The command is executed in the video selector
, created by the moderated VideoSDK/Room.
Request example:
{
"method" : "rejectRequestToPodium",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}
Response example:
{
"method" : "rejectRequestToPodium",
"requestId" : "1",
"result" : true
}
Parameter description:
peerId
- unique user identifier (TrueConf ID). It is advisable to use those that were obtained from 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: