acceptInvitationToPodium

TrueConfLess than 1 minute

acceptInvitationToPodium

Description: accept an incoming invitation to take the floor.

Used only in a moderated role-based conference after receiving an invitation to the podium from the moderator (via the inviteToPodium command).

Request example:

{
    "method" : "acceptInvitationToPodium",
    "requestId" : "1"

}

Response example:

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

Parameter description:

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

See also: