2#import <Foundation/Foundation.h>
3#import <ZoomSDK/ZoomSDKErrors.h>
11- (
ZoomSDKError)inputMeetingNumber:(NSString*)meetingNumber;
39- (
ZoomSDKError)tryShareApplication:(CGWindowID)windowID shareSound:(BOOL)shareSound optimizeVideoClip:(BOOL)optimizeVideoClip;
48- (
ZoomSDKError)tryShareDesktop:(CGDirectDisplayID)monitorID shareSound:(BOOL)shareSound optimizeVideoClip:(BOOL)optimizeVideoClip;
56- (
ZoomSDKError)tryShareFrame:(BOOL)shareSound optimizeVideoClip:(BOOL)optimizeVideoClip;
65@protocol ZoomSDKDirectShareHelperDelegate <NSObject>
84@property(nonatomic, assign, nullable) id<ZoomSDKDirectShareHelperDelegate> delegate;
112- (void)enableForceAutoStartMyVideoWhenJoinMeeting:(BOOL)enable;
118- (void)enableForceAutoStopMyVideoWhenJoinMeeting:(BOOL)enable;
124- (void)disableAutoShowSelectJoinAudioDlgWhenJoinMeeting:(BOOL)disable;
130- (BOOL)isUserForceStartMyVideoWhenInMeeting;
136- (BOOL)isUserForceStopMyVideoWhenInMeeting;
142- (BOOL)isUserForceDisableShowJoinAudioDlgWhenInMeeting;
155- (BOOL)isDisabledPMI DEPRECATED_MSG_ATTRIBUTE("No longer used");
ZoomSDKError
Enumeration of common errors of SDK.
DirectShareStatus
Enumeration of direct sharing status.
ZoomSDKError cancel()
Designated to cancel input action.
id< ZoomSDKDirectShareHelperDelegate > _delegate
ZoomSDKError cancel()
Designated to cancel the action.
NSArray< NSNumber * > * getSupportedDirectShareType()
Designated to get the supported direct share types.
ZoomSDKDirectShareHelper * _directShareHelper