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

Helper class to manage direct share via ultrasonic proximity signal. More...

#include <ZoomSDKPremeetingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- canDirectShare
 Query if user can auto-share directly by using ultrasonic proximity signal.
 
(ZoomSDKError- startDirectShare
 Start direct sharing by using ultrasonic proximity signal.
 
(ZoomSDKError- stopDirectShare
 Stop direct sharing by using ultrasonic proximity signal.
 

Protected Attributes

id< ZoomSDKDirectShareHelperDelegate_delegate
 

Properties

id< ZoomSDKDirectShareHelperDelegatedelegate
 The delegate to receive direct share events.
 

Detailed Description

Helper class to manage direct share via ultrasonic proximity signal.

Definition at line 105 of file ZoomSDKPremeetingService.h.

Method Documentation

◆ canDirectShare

- (ZoomSDKError) canDirectShare

Query if user can auto-share directly by using ultrasonic proximity signal.

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

◆ startDirectShare

- (ZoomSDKError) startDirectShare

Start direct sharing by using ultrasonic proximity signal.

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

◆ stopDirectShare

- (ZoomSDKError) stopDirectShare

Stop direct sharing by using ultrasonic proximity signal.

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

Field Documentation

◆ _delegate

- (id<ZoomSDKDirectShareHelperDelegate>) _delegate
protected

Definition at line 107 of file ZoomSDKPremeetingService.h.

Property Documentation

◆ delegate

- (id<ZoomSDKDirectShareHelperDelegate>) delegate
readwritenonatomicassign

The delegate to receive direct share events.

Definition at line 112 of file ZoomSDKPremeetingService.h.