# 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:

See also: