|
Meeting SDK for macOS API Reference
|
Represents the immersive container used in custom UI mode. More...
#include <ZoomSDKCustomImmersiveController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - repositionContainer: |
| Resize the immersive container in the specified area and reset the parent window. | |
| (ZoomSDKError) | - showWaitingArea |
| Shows the waiting area before start immersive. | |
| (ZoomSDKError) | - hideWaitingArea |
| Hides the waiting area before start immersive. | |
Properties | |
| NSView * | containerView |
| The container view to render the immersive UI. | |
Represents the immersive container used in custom UI mode.
Definition at line 14 of file ZoomSDKCustomImmersiveController.h.
| - (ZoomSDKError) hideWaitingArea |
Hides the waiting area before start immersive.
| - (ZoomSDKError) repositionContainer: | (NSRect) | rect |
Resize the immersive container in the specified area and reset the parent window.
| rect | A new display area. The structure's coordinate value is that of the parent window of immersive container. |
| - (ZoomSDKError) showWaitingArea |
Shows the waiting area before start immersive.
|
readnonatomicassign |
The container view to render the immersive UI.
Definition at line 18 of file ZoomSDKCustomImmersiveController.h.