Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKRemoteCameraControlHelper Class Reference

#include <ZoomVideoSDKRemoteCameraControlHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- requestControlRemoteCamera
 Request to control remote camera.
 
(ZoomVideoSDKError- giveUpControlRemoteCamera
 Give up control of the remote camera.
 
(ZoomVideoSDKError- turnLeft:
 Turn the camera to the left.
 
(ZoomVideoSDKError- turnRight:
 Turn the camera to the right.
 
(ZoomVideoSDKError- turnUp:
 Turn the camera up.
 
(ZoomVideoSDKError- turnDown:
 Turn the camera down.
 
(ZoomVideoSDKError- zoomIn:
 Zoom the camera in.
 
(ZoomVideoSDKError- zoomOut:
 Zoom the camera out.
 

Detailed Description

Definition at line 12 of file ZoomVideoSDKRemoteCameraControlHelper.h.

Method Documentation

◆ giveUpControlRemoteCamera

- (ZoomVideoSDKError) giveUpControlRemoteCamera

Give up control of the remote camera.

Returns
If the function succeeds, it will return Errors_Success.

◆ requestControlRemoteCamera

- (ZoomVideoSDKError) requestControlRemoteCamera

Request to control remote camera.

Returns
If the function succeeds, it will return Errors_Success.

◆ turnDown:

- (ZoomVideoSDKError) turnDown: (unsigned int) range

Turn the camera down.

Parameters
rangerotation range, 10 <= range <= 100.
Returns
If the function succeeds, it will return Errors_Success.

◆ turnLeft:

- (ZoomVideoSDKError) turnLeft: (unsigned int) range

Turn the camera to the left.

Parameters
rangeThe rotation range, 10 <= range <= 100.
Returns
If the function succeeds, it will return Errors_Success.

◆ turnRight:

- (ZoomVideoSDKError) turnRight: (unsigned int) range

Turn the camera to the right.

Parameters
rangerotation range, 10 <= range <= 100.
Returns
If the function succeeds, it will return Errors_Success.

◆ turnUp:

- (ZoomVideoSDKError) turnUp: (unsigned int) range

Turn the camera up.

Parameters
rangerotation range, 10 <= range <= 100.
Returns
If the function succeeds, it will return Errors_Success.

◆ zoomIn:

- (ZoomVideoSDKError) zoomIn: (unsigned int) range

Zoom the camera in.

Parameters
rangerotation range, 10 <= range <= 100.
Returns
If the function succeeds, it will return Errors_Success.

◆ zoomOut:

- (ZoomVideoSDKError) zoomOut: (unsigned int) range

Zoom the camera out.

Parameters
rangerotation range, 10 <= range <= 100.
Returns
If the function succeeds, it will return Errors_Success.