# getOutgoingCameraControlRequests

Description: get the list of all requests for controlling a remote camera sent by VideoSDK/Room.

The response contains a list of unique identification TrueConf ID of those users for whom VideoSDK/Room requests remote camera control.

Example:

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

Response example:

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

Parameter description:

  • callIdList — the list of unique identifiers (TrueConf ID) of all conference participants who are requested to give permission for remote camera control by VideoSDK/Room

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

See also: