Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCameraControlHelper.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7#import <ZoomSDK/ZoomSDKErrors.h>
8NS_ASSUME_NONNULL_BEGIN
9
14@interface ZoomSDKCameraControlHelper : NSObject
19- (unsigned int)getUserId;
20
25- (BOOL)canControlCamera;
26
32
38
44- (ZoomSDKError)turnLeft:(int)range;
45
51- (ZoomSDKError)turnRight:(int)range;
52
58- (ZoomSDKError)turnUp:(int)range;
59
65- (ZoomSDKError)turnDown:(int)range;
66
72- (ZoomSDKError)zoomIn:(int)range;
73
79- (ZoomSDKError)zoomOut:(int)range;
80@end
81
82NS_ASSUME_NONNULL_END
ZoomSDKError
Enumeration of common errors of SDK.
Provides APIs to control the remote camera, including pan, tilt, and zoom operations.
ZoomSDKError requestControlRemoteCamera()
Request to control remote camera.
ZoomSDKError giveUpControlRemoteCamera()
Give up control of the remote camera.
BOOL canControlCamera()
Determine whether the camera can be controlled or not.
unsigned int getUserId()
Gets the controlled user ID.