2@protocol ZoomSDKMeetingUIControllerDelegate <NSObject>
6- (void)onToolbarInviteButtonClick;
12- (void)onClickLeaveMeeting:(
unsigned int)participantID;
17- (void)onToolbarShareButtonClick;
22-(void)onParticipantButtonClicked;
27-(void)onCustomLiveButtonClicked;
32-(void)onAudioSettingMenuButtonClicked;
44-(void)onBreakoutRoomsButtonClick;
49-(void)onCloseCaptionButtonClick;
56@property(nonatomic, assign) id<ZoomSDKMeetingUIControllerDelegate> delegate;
67- (
ZoomSDKError)showMeetingComponent:(
MeetingComponent)component window:(NSWindow**)window show:(BOOL)show InPanel:(BOOL)inPanel frame:(NSRect)componentFrame;
76- (
ZoomSDKError)enterFullScreen:(BOOL)fullScreen firstMonitor:(BOOL)firstView DualMonitor:(BOOL)secondView;
91- (BOOL)isInMiniVideoMode;
124- (
ZoomSDKError)hideOrShowNoVideoUserOnVideoWall:(BOOL)hide;
132- (
ZoomSDKError)getWallViewPageInfo:(
int*)currentPageNum TotalPageNum:(
int*)totalPageNum;
139- (
ZoomSDKError)showPreOrNextPageWallView:(BOOL)nextPage;
151- (BOOL)showVideoPreviewWhenJoinMeeting;
158- (
ZoomSDKError)isShowVideoPreviewWhenJoinMeeting:(BOOL)isShow;
165- (
ZoomSDKError)pagingToPreOrNextViewWhenSharing:(BOOL)nextPage;
172- (
ZoomSDKError)setCustomizedInvitationDomain:(NSString*)invitationDomain;
180- (
ZoomSDKError)setCustomizedPollingUrl:(NSString*)urlString bCreate:(BOOL)bCreate;
187- (
ZoomSDKError)setCloudWhiteboardFeedbackUrl:(NSString*)feedbackUrl;
193- (void)hideRequestRecordPrivilegeDialog:(BOOL)bHide;
ZoomSDKAudioActionInfo
Enumerations of Audio action info.
ZoomSDKError
Enumeration of common errors of SDK.
MeetingComponent
In-meeting UI components.
id< ZoomSDKMeetingUIControllerDelegate > _delegate