# incomingRequestToPodiumAnswered
Description: Notification indicating VideoSDK/Room response to a request to take the podium.
Example:
{
"event": "incomingRequestToPodiumAnswered",
"peerId": "user2@some.server",
"allow": false,
"confId": "00000351@some.server#vcs",
"method": "event"
}
Parameter description:
peerId
— TrueConf ID unique user identifierallow
— a flag indicating if a participant is allowed to take the podium. The possible values aretrue
orfalse
confId
— Unique communication session identifier
See also: