# rejectRequestToPodium
Description: decline a podium request.
The command is executed in a video selector
created by a managed 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 recommended to use those that were obtained from methods: roleEventOccured, getAppState. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: