# remotelyControlledCameraPtzUp

Description

Tilt the remotely controlled camera upward

Used in a group conference or a video call

void remotelyControlledCameraPtzUp(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" : "remotelyControlledCameraPtzUp",
    "requestId" : "1",
    "result" : true
}

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025