macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKRawDataShareSourceController Class Reference

#import <ZoomSDKRawDataShareSourceController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- setExternalShareSource:
 Set the delegate of share source.
 

Detailed Description

Definition at line 35 of file ZoomSDKRawDataShareSourceController.h.

Method Documentation

◆ setExternalShareSource:

- (ZoomSDKError) setExternalShareSource: (id< ZoomSDKShareSourceDelegate >)  shareSource

Set the delegate of share source.

Parameters
shareSourceThe delegate to receive callback.
Returns
If the function succeeds, it will return ZoomSDKError_Success.