# incomingPodiumInvitationRemoved
Description: Notification after your TrueConf Room has processed an 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— Taken by TrueConf Room
- 1— Rejected by TrueConf Room
- 2— Rejected by TrueConf Room on a timeout
- 3— Conference ending.
 
See also: