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
 Determine whether the current mode is split screen.
 
(BOOL) - isSupportSplitScreenMode
 Determine 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 157 of file ZoomSDKASController.h.

Method Documentation

◆ isInSplitScreenMode

- (BOOL) isInSplitScreenMode

Determine whether the current mode is split screen.

Returns
YES if in split screen mode. Otherwise NO.

◆ isSupportSplitScreenMode

- (BOOL) isSupportSplitScreenMode

Determine 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 159 of file ZoomSDKASController.h.

◆ _isSupportSplitScreenMode

- (BOOL) _isSupportSplitScreenMode
protected

Definition at line 160 of file ZoomSDKASController.h.