incomingPodiumInvitationRemoved

TrueConfLess than 1 minute

incomingPodiumInvitationRemoved

Description: notification received after the moderated TrueConf Room API has processed the invitation to take the podium.

Example:

{
    "method": "event",
    "event": "incomingPodiumInvitationRemoved",
    "confId": "someConfId",
    "reason": 1
}

Parameter description:

  • confId — Unique conference identifier

  • reason — Removal reason. It can be as follows:

    • 0 - accepted TrueConf Room API

    • 1 - declined TrueConf Room API

    • 2 - TrueConf Room API was declined due to a timeout

    • 3 — Conference ending.

See also: