# remotelyControlledCameraPtzRight

Description

Rotate the remotely controlled camera to the right.

Used in a group conference or a video call.

void remotelyControlledCameraPtzRight(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" : "remotelyControlledCameraPtzRight",
    "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