# acceptInvitationToPodium
Description: Accept incoming invitation to go to the stands.
Used only in a role-based conference
when the moderator sends a podium invitation (with the command inviteToPodium).
Request example:
{
"method" : "acceptInvintationToPodium",
"requestId" : "1"
}
Response example:
{
"method" : "acceptInvintationToPodium",
"requestId" : "1",
"result" : true
}
Parameter description:
requestId
- unique request identifier. More details can be found here
See also: