# getOutgoingCameraControlRequests

Description

Get the list of all requests for controlling a remote camera sent by TrueConf VideoSDK.

In response, a list of unique identifiers TrueConf ID is returned for those users from whom TrueConf VideoSDK is requesting remote camera control.

void getOutgoingCameraControlRequests()

Response example

{
    "method": "getOutgoingCameraControlRequests",
    "requestId" : "1",
    "callIdList": [
        "user2@ub25n.trueconf.name"
    ],
    "result": true
}

Response Parameters

Name Description
callIdList The list of unique identifiers (TrueConf ID) of all conference participants who are requested to give permission for remote camera control by TrueConf VideoSDK
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025