# 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"

}

Response example:

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

Parameter description:

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

See also: