# getRemotelyControlledCameras

Description

Get the list of identifiers ( TrueConf ID) of all users whose cameras are remotely controlled by TrueConf VideoSDK

void getRemotelyControlledCameras()

Response example

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

Response Parameters

Name Description
callIdList The list of identifiers ( TrueConf ID) of users whose cameras are remotely controlled by TrueConf VideoSDK
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025