getRemotelyControlledCameras

TrueConfLess than 1 minute

getRemotelyControlledCameras

Description: retrieve a list of unique user identifiers TrueConf ID, whose cameras are remotely controlled by TrueConf Room API.

Example:

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

Response example:

{
    "method": "getRemotelyControlledCameras",
    "requestId" : "1",
    "callIdList": [
        "someUser@some.server"
    ],
    "result": true
}

Parameter description:

  • callIdList - a list of unique user identifiers TrueConf ID, whose cameras are remotely controlled TrueConf Room API

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

See also: