# 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/RoomrequestId
- a unique request identifier. You can learn more about it here.
See also:
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted