# 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 user with a TrueConf ID, whose camera is remotely controlled by VideoSDK/Room. It should be used with those obtained from the methods: requestCameraControlSent, outgoingRequestCameraControlAccepted, requestParticipantCameraControl. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also:
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted