# remotelyControlledCameraPtzZoomDec
Description
Zoom out the remotely controlled camera.
Used in a group conference or a video call.
void remotelyControlledCameraPtzZoomDec(string sCameraOwnerCallId)
Parameters
| Name | Description |
|---|---|
| sCameraOwnerCallId | The identifier of the user with a TrueConf ID, whose camera is remotely controlled by TrueConf VideoSDK. It should be used with those obtained from the methods: On_requestCameraControlSent, On_outgoingRequestCameraControlAccepted, requestParticipantCameraControl |
Response example
{
"method" : "remotelyControlledCameraPtzZoomDec",
"requestId" : "1",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- acceptRequestCameraControl
- On_remotelyControlledCameraNotAvailableAnymore
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected
- On_outgoingRequestCameraControlAccepted