getRemotelyControlledCameras

TrueConf7/5/26Less than 1 minute

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

NameDescription
callIdListThe list of identifiers ( TrueConf ID) of users whose cameras are remotely controlled by TrueConf VideoSDK
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: