12@protocol ZoomSDKMeetingUIControllerDelegate <NSObject>
 
   16- (void)onToolbarInviteButtonClick;
 
   22- (void)onClickLeaveMeeting:(
unsigned int)participantID;
 
   27- (void)onToolbarShareButtonClick;
 
   32- (void)onParticipantButtonClicked;
 
   37- (void)onCustomLiveButtonClicked;
 
   42- (void)onAudioSettingMenuButtonClicked;
 
   54- (void)onBreakoutRoomsButtonClick;
 
   59- (void)onCloseCaptionButtonClick;
 
   74@property(nonatomic, assign, nullable) id<ZoomSDKMeetingUIControllerDelegate> delegate;
 
   85- (
ZoomSDKError)showMeetingComponent:(
MeetingComponent)component window:(NSWindow*_Nullable*_Nullable)window show:(BOOL)show InPanel:(BOOL)inPanel frame:(NSRect)componentFrame;
 
   94- (
ZoomSDKError)enterFullScreen:(BOOL)fullScreen firstMonitor:(BOOL)firstView DualMonitor:(BOOL)secondView;
 
  109- (BOOL)isInMiniVideoMode;
 
  142- (
ZoomSDKError)hideOrShowNoVideoUserOnVideoWall:(BOOL)hide;
 
  150- (
ZoomSDKError)getWallViewPageInfo:(
int*)currentPageNum TotalPageNum:(
int*)totalPageNum;
 
  157- (
ZoomSDKError)showPreOrNextPageWallView:(BOOL)nextPage;
 
  169- (BOOL)showVideoPreviewWhenJoinMeeting;
 
  176- (
ZoomSDKError)isShowVideoPreviewWhenJoinMeeting:(BOOL)isShow;
 
  183- (
ZoomSDKError)pagingToPreOrNextViewWhenSharing:(BOOL)nextPage;
 
  190- (
ZoomSDKError)setCustomizedInvitationDomain:(NSString*)invitationDomain;
 
  198- (
ZoomSDKError)setCustomizedPollingUrl:(NSString*)urlString bCreate:(BOOL)bCreate;
 
  205- (
ZoomSDKError)setCloudWhiteboardFeedbackUrl:(NSString*)feedbackUrl;
 
  211- (void)hideRequestRecordPrivilegeDialog:(BOOL)bHide;
 
ZoomSDKAudioActionInfo
Enumeration of audio button action info.
 
ZoomSDKError
Enumeration of common errors of SDK.
 
MeetingComponent
In-meeting UI components.
 
Class to control and customize Zoom meeting UI components.
 
id< ZoomSDKMeetingUIControllerDelegate > _delegate