Meeting SDK for macOS API Reference
|
Handler for entering screen name when joining a webinar. More...
#include <ZoomSDKWebinarController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - inputName: |
Input screen name to join the webinar. | |
(ZoomSDKError) | - cancel |
Cancel to join webinar. | |
Handler for entering screen name when joining a webinar.
Definition at line 99 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. |