# leavePodium

Description: leave the podium.

The command is executed in the video selector when a moderated VideoSDK/Room is on the podium. It becomes unavailable when the Automatic podium access by VAD mode is enabled.

Request example:

{
    "method" : "leavePodium",
    "requestId" : "1"
}

Response example:

{
    "method" : "leavePodium",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • requestId - a unique request identifier. You can learn more about it here.

See also: