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
 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.
 

Detailed Description

Represents the immersive container used in custom UI mode.

Definition at line 14 of file ZoomSDKCustomImmersiveController.h.

Method Documentation

◆ hideWaitingArea

- (ZoomSDKError) hideWaitingArea

Hides the waiting area before start immersive.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ repositionContainer:

- (ZoomSDKError) repositionContainer: (NSRect) rect

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

Parameters
rectA new display area. The structure's coordinate value is that of the parent window of immersive container.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ showWaitingArea

- (ZoomSDKError) showWaitingArea

Shows the waiting area before start immersive.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ containerView

- (NSView*) containerView
readnonatomicassign

The container view to render the immersive UI.

Definition at line 18 of file ZoomSDKCustomImmersiveController.h.