Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKMeetingUIController Class Reference
Inheritance diagram for ZoomSDKMeetingUIController:

Instance Methods

(ZoomSDKError) - showMeetingComponent:window:show:InPanel:frame:
 Whether to show components in meeting and meeting controls. More...
 
(ZoomSDKError) - enterFullScreen:firstMonitor:DualMonitor:
 Enter full screen mode. More...
 
(ZoomSDKError) - switchToVideoWallView
 Switch to video wall view. More...
 
(ZoomSDKError) - switchToActiveSpeakerView
 Switch to the mode of showing the current speaker. More...
 
(BOOL) - isInMiniVideoMode
 Determine if the meeting is in minimize window mode. More...
 
(ZoomSDKError) - switchMiniVideoModeUI
 Switch UI between mini video and mini bar(without video), it works only when isInMiniVideoMode = YES. More...
 
(ZoomSDKError) - minimizeShareFloatVideoWindow:
 Minimize the float video window or switch to large scale mode when sharing. More...
 
(ZoomSDKError) - switchFloatVideoToMinimizeMode
 Switch float video display mode to minimize mode. More...
 
(ZoomSDKError) - switchFloatVideoToWallMode
 Switch float video display mode to wall mode. More...
 
(ZoomSDKError) - switchFloatVideoToActiveSpeakerMode
 Switch float video display mode to active speaker. More...
 
(ZoomSDKError) - switchFloatVideoToGalleryMode
 Switch float video display mode to gallery view mode. More...
 
(ZoomSDKError) - hideOrShowNoVideoUserOnVideoWall:
 Display or not the user who does not turn on the video in the video wall mode. More...
 
(ZoomSDKError) - getWallViewPageInfo:TotalPageNum:
 Get the page information in video wall mode. More...
 
(ZoomSDKError) - showPreOrNextPageWallView:
 Display previous or following page of video wall in the meeting. More...
 
(ZoomSDKError) - backToMeeting
 Active the principal window of meeting and place it on top. More...
 
(BOOL) - showVideoPreviewWhenJoinMeeting
 Determine when join meeting the video preview is display. More...
 
(ZoomSDKError) - isShowVideoPreviewWhenJoinMeeting:
 Display video preview when join meeting. More...
 
(ZoomSDKError) - pagingToPreOrNextViewWhenSharing:
 Display previous or following page of video view when in sharing. More...
 

Protected Attributes

id< ZoomSDKMeetingUIControllerDelegate_delegate
 

Properties

id< ZoomSDKMeetingUIControllerDelegatedelegate
 

Method Documentation

◆ backToMeeting

- (ZoomSDKError) backToMeeting

Active the principal window of meeting and place it on top.

Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ enterFullScreen:firstMonitor:DualMonitor:

- (ZoomSDKError) enterFullScreen: (BOOL)  fullScreen
firstMonitor: (BOOL)  firstView
DualMonitor: (BOOL)  secondView 

Enter full screen mode.

Parameters
fullScreenSet it to YES to enter full screen, otherwise set it to NO.
firstViewSet it to YES to enter full screen mode on the first view, otherwise set it to NO.
secondViewSet it to YES to enter full screen mode on the second view, otherwise set it to NO.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ getWallViewPageInfo:TotalPageNum:

- (ZoomSDKError) getWallViewPageInfo: (int *)  currentPageNum
TotalPageNum: (int *)  totalPageNum 

Get the page information in video wall mode.

Parameters
currentPageNumThe number of current page.
totalPageNumThe number of total pages.
Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ hideOrShowNoVideoUserOnVideoWall:

- (ZoomSDKError) hideOrShowNoVideoUserOnVideoWall: (BOOL)  hide

Display or not the user who does not turn on the video in the video wall mode.

Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ isInMiniVideoMode

- (BOOL) isInMiniVideoMode

Determine if the meeting is in minimize window mode.

Returns
YES means that it is in minimize window mode, otherwise not.

◆ isShowVideoPreviewWhenJoinMeeting:

- (ZoomSDKError) isShowVideoPreviewWhenJoinMeeting: (BOOL)  isShow

Display video preview when join meeting.

Parameters
isShowSet it to YES to display video preview,otherwise not display.
Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ minimizeShareFloatVideoWindow:

- (ZoomSDKError) minimizeShareFloatVideoWindow: (4.)  0
(4.6)  NS_DEPRECATED_MAC 

Minimize the float video window or switch to large scale mode when sharing.

Parameters
bMinYES means to minimize float video window, NO to show large scale float video.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ pagingToPreOrNextViewWhenSharing:

- (ZoomSDKError) pagingToPreOrNextViewWhenSharing: (BOOL)  nextPage

Display previous or following page of video view when in sharing.

Parameters
nextPageSet it to YES to display following page of video view, NO to display previous page.
Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ showMeetingComponent:window:show:InPanel:frame:

- (ZoomSDKError) showMeetingComponent: (MeetingComponent)  component
window: (NSWindow **)  window
show: (BOOL)  show
InPanel: (BOOL)  inPanel
frame: (NSRect)  componentFrame 

Whether to show components in meeting and meeting controls.

Parameters
componentThe enum of meeting components.
windowThe pointer to the window. When the function calls successfully, the 'window' will be the meeting component window.
showYES means to show the components, NO to hide
inPanelYES means to show the components in panel, otherwise No.
componentFrameThe frame of the meeting component.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ showPreOrNextPageWallView:

- (ZoomSDKError) showPreOrNextPageWallView: (BOOL)  nextPage

Display previous or following page of video wall in the meeting.

Parameters
nextPageSet it to YES to display following page of video wall, NO to display previous page.
Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ showVideoPreviewWhenJoinMeeting

- (BOOL) showVideoPreviewWhenJoinMeeting

Determine when join meeting the video preview is display.

Returns
YES means that it is display video preview, otherwise not.

◆ switchFloatVideoToActiveSpeakerMode

- (ZoomSDKError) switchFloatVideoToActiveSpeakerMode

Switch float video display mode to active speaker.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ switchFloatVideoToGalleryMode

- (ZoomSDKError) switchFloatVideoToGalleryMode

Switch float video display mode to gallery view mode.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ switchFloatVideoToMinimizeMode

- (ZoomSDKError) switchFloatVideoToMinimizeMode

Switch float video display mode to minimize mode.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ switchFloatVideoToWallMode

- (ZoomSDKError) switchFloatVideoToWallMode

Switch float video display mode to wall mode.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ switchMiniVideoModeUI

- (ZoomSDKError) switchMiniVideoModeUI

Switch UI between mini video and mini bar(without video), it works only when isInMiniVideoMode = YES.

Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ switchToActiveSpeakerView

- (ZoomSDKError) switchToActiveSpeakerView

Switch to the mode of showing the current speaker.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

◆ switchToVideoWallView

- (ZoomSDKError) switchToVideoWallView

Switch to video wall view.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise failed.

The documentation for this class was generated from the following file: