On_incomingPodiumInvitationRemoved

TrueConf7/5/26Less than 1 minute

On_incomingPodiumInvitationRemoved

Description

Notification after your TrueConf VideoSDK has processed an invitation to take the podium

EventHandler<string> On_incomingPodiumInvitationRemoved

Response example

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

Response Parameters

NameDescription
confIdUnique conference identifier
reasonRemoval reason. It can be as follows:
• 0 - Taken by TrueConf VideoSDK
• 1 - Rejected by TrueConf VideoSDK
• 2 - Rejected by TrueConf VideoSDK on a timeout
• 3 - Conference ending

See also

Last Updated: