# getOutgoingCameraControlRequests

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

In response, a list of unique identifiers TrueConf ID is returned for those users from whom VideoSDK/Room is requesting 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 - a unique request identifier. You can learn more about it here.

See also: