# remotelyControlledCameraPtzUp
Description: tilt the remotely controlled camera upward.
Used in a group conference
or video call
.
Example:
{
"method": "remotelyControlledCameraPtzUp",
"requestId" : "1",
"cameraOwnerCallId" : "user@some.server/InstancePart"
}
Response example:
{
"method" : "remotelyControlledCameraPtzUp",
"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
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted