Meeting SDK for macOS API 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< ZoomSDKDirectShareHelperDelegate > | delegate |
The delegate to receive direct share events. | |
Helper class to manage direct share via ultrasonic proximity signal.
Definition at line 105 of file ZoomSDKPremeetingService.h.
- (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 |
Definition at line 107 of file ZoomSDKPremeetingService.h.
|
readwritenonatomicassign |
The delegate to receive direct share events.
Definition at line 112 of file ZoomSDKPremeetingService.h.