# On_incomingRequestToPodiumAnswered

Description

Notification indicating TrueConf VideoSDK response to a request to take the podium

EventHandler<string> On_incomingRequestToPodiumAnswered

Response example

{
    "event": "incomingRequestToPodiumAnswered",
    "peerId": "user2@some.server",
    "allow": false,
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Response Parameters

Name Description
peerId TrueConf ID unique user identifier
allow A flag indicating if a participant is allowed to take the podium. The possible values are true or false
confId Unique communication session identifier

See also

Last Updated: 09/12/2025