On_incomingRequestToPodiumAnswered

TrueConf7/5/26Less than 1 minute

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

NameDescription
peerIdTrueConf ID unique user identifier
allowA flag indicating if a participant is allowed to take the podium. The possible values are true or false
confIdUnique communication session identifier

See also

Last Updated: