#include <ZoomSDKCustomImmersiveController.h>
Inherits NSObject.
◆ 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:
Resize the immersive container in the specified area and reset the parent window.
- Parameters
-
rect | a 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
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.
◆ containerView
- (NSView*) containerView |
|
readnonatomicassign |