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

#include <ZoomSDKPremeetingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- inputMeetingNumber:
 Input meeting number to share the screen directly.
 
(ZoomSDKError- inputSharingKey:
 Input pairing code in ZOOM Rooms to share the screen directly.
 
(ZoomSDKError- cancel
 Designated to cancel input action.
 

Detailed Description

Definition at line 6 of file ZoomSDKPremeetingService.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Designated to cancel input action.

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

◆ inputMeetingNumber:

- (ZoomSDKError) inputMeetingNumber: (NSString *) meetingNumber

Input meeting number to share the screen directly.

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

◆ inputSharingKey:

- (ZoomSDKError) inputSharingKey: (NSString *) shareKey

Input pairing code in ZOOM Rooms to share the screen directly.

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