getIncomingCameraControlRequests

TrueConfLess than 1 minute

getIncomingCameraControlRequests

Description: Retrieve the list of TrueConf ID conference participants who are requesting remote camera control TrueConf Room API.

Example:

{
    "method": "getIncomingCameraControlRequests",
    "requestId" : "1"
}

Response example:

{
    "method": "getIncomingCameraControlRequests",
    "requestId" : "1",
    "callIdList": [
        "user2@some.server.name"
    ],
    "result": true
}

Parameter description:

  • callIdList - a list of conference user TrueConf ID identifiers requesting remote camera control TrueConf Room API

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

See also: