remotelyControlledCameraPtzRight

TrueConf7/5/26Less than 1 minute

remotelyControlledCameraPtzRight

Description

Rotate the remotely controlled camera to the right.

Used in a group conference or a video call.

void remotelyControlledCameraPtzRight(string sCameraOwnerCallId)

Parameters

NameDescription
sCameraOwnerCallIdThe 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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: