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

#import <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- cancelSwitch
 Cancel to switch to single share from multi-share. All the shares are remained.
 
(ZoomSDKError- confirmSwitch
 Confirm to switch to single share from multi-share. All the shares are stopped.
 

Detailed Description

Definition at line 5 of file ZoomSDKMeetingActionController.h.

Method Documentation

◆ cancelSwitch

- (ZoomSDKError) cancelSwitch

Cancel to switch to single share from multi-share. All the shares are remained.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.

◆ confirmSwitch

- (ZoomSDKError) confirmSwitch

Confirm to switch to single share from multi-share. All the shares are stopped.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.