# 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
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- On_remotelyControlledCameraNotAvailableAnymore
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected
- On_outgoingRequestCameraControlAccepted