|
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 |
| Show the waiting area before start immersive. | |
| (ZoomSDKError) | - hideWaitingArea |
| Hide 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 |
Hide 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 coordinate value of the structure is that of the parent window of immersive container. |
| - (ZoomSDKError) showWaitingArea |
Show the waiting area before start immersive.
|
readnonatomicassign |
The container view to render the immersive UI.
Definition at line 18 of file ZoomSDKCustomImmersiveController.h.