# leavePodium
Description: leave the podium.
The command is executed in a role-based
conference when VideoSDK/Room is on the podium.
Request example:
{
"method" : "leavePodium",
"requestId" : "1"
}
Response example:
{
"method" : "leavePodium",
"requestId" : "1",
"result" : true
}
Parameter description:
requestId
- unique request identifier. More details can be found here
See also: