# 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 - a unique request identifier. You can learn more about it here.

See also: