Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCustomImmersiveContainer Class 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.
 

Detailed Description

Represents the immersive container used in custom UI mode.

Definition at line 14 of file ZoomSDKCustomImmersiveController.h.

Method Documentation

◆ hideWaitingArea

- (ZoomSDKError) hideWaitingArea

Hide the waiting area before start immersive.

Returns
If the function succeeds, the return value is ZoomSDKError_Success. Otherwise failed.

◆ repositionContainer:

- (ZoomSDKError) repositionContainer: (NSRect) rect

Resize the immersive container in the specified area and reset the parent window.

Parameters
recta new display area. The coordinate value of the structure is that of the parent window of immersive container.
Returns
If the function succeeds, the return value is ZoomSDKError_Success. Otherwise failed.

◆ showWaitingArea

- (ZoomSDKError) showWaitingArea

Show the waiting area before start immersive.

Returns
If the function succeeds, the return value is ZoomSDKError_Success. Otherwise failed.

Property Documentation

◆ containerView

- (NSView*) containerView
readnonatomicassign

The container view to render the immersive UI.

Definition at line 18 of file ZoomSDKCustomImmersiveController.h.