remotelyControlledCameraPtzZoomInc

TrueConf7/5/26Less than 1 minute

remotelyControlledCameraPtzZoomInc

Description

Zoom in the remotely controlled camera.

Used in a group conference or a video call.

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

Response Parameters

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

See also

Last Updated: