Meeting SDK for macOS API Reference
|
#include <ZoomSDKWebinarController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - inputName: |
Input screen name to join the webinar. | |
(ZoomSDKError) | - cancel |
Cancel to join webinar. | |
Definition at line 79 of file ZoomSDKWebinarController.h.
- (ZoomSDKError) cancel |
Cancel to join webinar.
- (ZoomSDKError) inputName: | (NSString *) | name |
Input screen name to join the webinar.
name | The display name for the webinar. |