# 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
Name | Description |
---|---|
confId | Unique conference identifier |
reason | Removal 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