Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCustomImmersiveContainer Class Reference

#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
 

Detailed Description

Definition at line 6 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. To get extended error information, see ZoomSDKError.

◆ 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. To get extended error information, see ZoomSDKError.

◆ showWaitingArea

- (ZoomSDKError) showWaitingArea

Show the waiting area before start immersive.

Returns
If the function succeeds, the return value is ZoomSDKError_Success. Otherwise failed. To get extended error information, see ZoomSDKError.

Property Documentation

◆ containerView

- (NSView*) containerView
readnonatomicassign

Definition at line 7 of file ZoomSDKCustomImmersiveController.h.