# incomingPodiumInvitationRemoved
Description: Notification after your VideoSDK/Room has processed an invitation to take the podium.
Example:
{
"method": "event",
"event": "incomingPodiumInvitationRemoved",
"confId": "someConfId",
"reason": 1
}
Parameter description:
confId
— Unique conference identifierreason
— Removal reason. It can be as follows:0
— Taken by VideoSDK/Room1
— Rejected by VideoSDK/Room2
— Rejected by VideoSDK/Room on a timeout3
— Conference ending.
See also: