3@protocol ZoomSDKMeetingUIControllerDelegate <NSObject>
7- (void)onToolbarInviteButtonClick;
13- (void)onClickLeaveMeeting:(
unsigned int)participantID;
18- (void)onToolbarShareButtonClick;
23- (void)onParticipantButtonClicked;
28- (void)onCustomLiveButtonClicked;
33- (void)onAudioSettingMenuButtonClicked;
45- (void)onBreakoutRoomsButtonClick;
50- (void)onCloseCaptionButtonClick;
57@property(nonatomic, assign, nullable) id<ZoomSDKMeetingUIControllerDelegate> delegate;
68- (
ZoomSDKError)showMeetingComponent:(
MeetingComponent)component window:(NSWindow*_Nullable*_Nullable)window show:(BOOL)show InPanel:(BOOL)inPanel frame:(NSRect)componentFrame;
77- (
ZoomSDKError)enterFullScreen:(BOOL)fullScreen firstMonitor:(BOOL)firstView DualMonitor:(BOOL)secondView;
92- (BOOL)isInMiniVideoMode;
125- (
ZoomSDKError)hideOrShowNoVideoUserOnVideoWall:(BOOL)hide;
133- (
ZoomSDKError)getWallViewPageInfo:(
int*)currentPageNum TotalPageNum:(
int*)totalPageNum;
140- (
ZoomSDKError)showPreOrNextPageWallView:(BOOL)nextPage;
152- (BOOL)showVideoPreviewWhenJoinMeeting;
159- (
ZoomSDKError)isShowVideoPreviewWhenJoinMeeting:(BOOL)isShow;
166- (
ZoomSDKError)pagingToPreOrNextViewWhenSharing:(BOOL)nextPage;
173- (
ZoomSDKError)setCustomizedInvitationDomain:(NSString*)invitationDomain;
181- (
ZoomSDKError)setCustomizedPollingUrl:(NSString*)urlString bCreate:(BOOL)bCreate;
188- (
ZoomSDKError)setCloudWhiteboardFeedbackUrl:(NSString*)feedbackUrl;
194- (void)hideRequestRecordPrivilegeDialog:(BOOL)bHide;
ZoomSDKAudioActionInfo
Enumeration of audio button action info.
ZoomSDKError
Enumeration of common errors of SDK.
MeetingComponent
In-meeting UI components.
id< ZoomSDKMeetingUIControllerDelegate > _delegate