# 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).
void acceptInvitationToPodium()
Response example
{
"method" : "acceptInvitationToPodium",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also
← accept acceptPeer →