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

#include <ZoomSDKRawDataShareSourceController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- setExternalShareSource:shareAudioSource:
 Start sharing external source.
 
(ZoomSDKError- setSharePureAudioSource:
 Start sharing pure external audio source.
 

Detailed Description

Definition at line 64 of file ZoomSDKRawDataShareSourceController.h.

Method Documentation

◆ setExternalShareSource:shareAudioSource:

- (ZoomSDKError) setExternalShareSource: (id< ZoomSDKShareSourceDelegate > _Nonnull) shareSource
shareAudioSource: (id< ZoomSDKShareAudioSourceDelegate > _Nullable) audioSource 

Start sharing external source.

Parameters
shareSourceThe external source object pointer.
audioSourceThe pointer of external audio source object.
Returns
If the function succeeds, it will return ZoomSDKError_Success.
Note
If audioSource is non-null, it indicates sharing user-defined audio at the same time.

◆ setSharePureAudioSource:

- (ZoomSDKError) setSharePureAudioSource: (id< ZoomSDKShareAudioSourceDelegate > _Nonnull) audioSource

Start sharing pure external audio source.

Parameters
audioSourceThe pointer of external audio source object.
Returns
If the function succeeds, it will return ZoomSDKError_Success.
Note
The feature is similar to sharing computer audio, except that the shared content is user-defined.