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

#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
 

Detailed Description

Definition at line 80 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 82 of file ZoomSDKPremeetingService.h.

Property Documentation

◆ delegate

- (id<ZoomSDKDirectShareHelperDelegate>) delegate
readwritenonatomicassign

Definition at line 84 of file ZoomSDKPremeetingService.h.