# 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:

  • peerIdTrueConf 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: