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

Provides information about Zoom SDK split screen mode support and status. More...

#include <ZoomSDKASController.h>

Inherits NSObject.

Instance Methods

(BOOL) - isInSplitScreenMode
 Determines whether the current mode is split screen.
 
(BOOL) - isSupportSplitScreenMode
 Determines whether split screen mode is supported.
 

Protected Attributes

BOOL _isInSplitScreenMode
 
BOOL _isSupportSplitScreenMode
 

Detailed Description

Provides information about Zoom SDK split screen mode support and status.

Definition at line 169 of file ZoomSDKASController.h.

Method Documentation

◆ isInSplitScreenMode

- (BOOL) isInSplitScreenMode

Determines whether the current mode is split screen.

Returns
YES if in split screen mode. Otherwise, NO.

◆ isSupportSplitScreenMode

- (BOOL) isSupportSplitScreenMode

Determines whether split screen mode is supported.

Returns
YES if split screen mode is supported. Otherwise, NO.

Field Documentation

◆ _isInSplitScreenMode

- (BOOL) _isInSplitScreenMode
protected

Definition at line 171 of file ZoomSDKASController.h.

◆ _isSupportSplitScreenMode

- (BOOL) _isSupportSplitScreenMode
protected

Definition at line 172 of file ZoomSDKASController.h.