acceptRequestToPodium

TrueConfLess than 1 minute

acceptRequestToPodium

Description: Allow request to take the podium from conference participant.

This command is used only in a role-based conference.

Request example:

{
    "method" : "acceptRequestToPodium",
    "requestId" : "1",
    "peerId" : "user@some.server/InstancePart"
}

Response example:

{
    "method" : "acceptRequestToPodium",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • peerId - a unique identifier of the user (TrueConf ID) allowed to access the podium. It is recommended to use those obtained from the methods: roleEventOccured, getAppState. Applicability:

  • requestId - a unique request identifier. You can find more details about it here.

See also: