# remotelyControlledCameraPtzLeft
Description: rotate the remotely controlled camera to the left.
Used in a group conference
or video call
.
Example:
{
"method": "remotelyControlledCameraPtzLeft",
"requestId" : "1",
"cameraOwnerCallId" : "user@some.server/InstanceId"
}
Response example:
{
"method" : "remotelyControlledCameraPtzLeft",
"requestId" : "1",
"result" : true
}
Parameter description:
cameraOwnerCallId
- the identifier of the TrueConf ID user who remotely controls the VideoSDK/Room camera. Use the IDs obtained from the following methods: requestCameraControlSent, outgoingRequestCameraControlAccepted, requestParticipantCameraControl. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also:
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted