acceptInvitationToPodium

TrueConf7/5/26Less than 1 minute

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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: