# getRemotelyControlledCameras

Description: get the list of identifiers ( TrueConf ID) of all users whose cameras are remotely controlled by VideoSDK/Room.

Example:

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

Response example:

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

Parameter description:

  • callIdList — the list of identifiers ( TrueConf ID) of users whose cameras are remotely controlled by VideoSDK/Room

  • requestId - unique request identifier. More details can be found here

See also: