Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCameraControlHelper.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2#import <ZoomSDK/ZoomSDKErrors.h>
3NS_ASSUME_NONNULL_BEGIN
4
5@interface ZoomSDKCameraControlHelper : NSObject
10- (unsigned int)getUserId;
11
16- (BOOL)canControlCamera;
17
23
29
35- (ZoomSDKError)turnLeft:(int)range;
36
42- (ZoomSDKError)turnRight:(int)range;
43
49- (ZoomSDKError)turnUp:(int)range;
50
56- (ZoomSDKError)turnDown:(int)range;
57
63- (ZoomSDKError)zoomIn:(int)range;
64
70- (ZoomSDKError)zoomOut:(int)range;
71@end
72
73NS_ASSUME_NONNULL_END
ZoomSDKError
Enumeration of common errors of SDK.
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.