# acceptInvitationToPodium
Description: Accept an incoming invitation to take the podium.
Used only in a role-based conference
when the moderator sends a podium invitation (with the command inviteToPodium).
Request example:
{ "method" : "acceptInvitationToPodium", "requestId" : "1" }
Copied!
Response example:
{ "method" : "acceptInvitationToPodium", "requestId" : "1", "result" : true }
Copied!
Parameter description:
requestId
- a unique request identifier. You can learn more about it here.
See also: