# rejectInvitationToPodium

Description: Reject an invitation to take the podium.

This command is used only in a role-based conference.

Request example:

{
    "method" : "rejectInvitationToPodium",
    "requestId" : "1"
}

Response example:

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

Parameter description:

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

See also: