incomingRequestToPodiumAnswered

TrueConfLess than 1 minute

incomingRequestToPodiumAnswered

Description: notification indicating TrueConf Room API's response to the request to join the podium.

Example:

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

Parameter description:

  • peerId - unique identifier of the user TrueConf ID

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