|
Meeting SDK for macOS API Reference
|
Handle input meeting number or sharing key for direct share. More...
#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. | |
Handle input meeting number or sharing key for direct share.
Definition at line 16 of file ZoomSDKPremeetingService.h.
| - (ZoomSDKError) cancel |
Designated to cancel input action.
| - (ZoomSDKError) inputMeetingNumber: | (NSString *) | meetingNumber |
Input meeting number to share the screen directly.
| - (ZoomSDKError) inputSharingKey: | (NSString *) | shareKey |
Input pairing code in ZOOM Rooms to share the screen directly.