Meeting SDK for macOS API Reference
|
Helper class for webinar registration. More...
#include <ZoomSDKWebinarController.h>
Inherits NSObject.
Instance Methods | |
(WebinarRegisterType) | - getWebinarRegisterType |
Get type of user registers webinar. | |
(NSURL *_Nullable) | - getWebinarRegisterURL |
Get URL of user registers webinar. | |
(ZoomSDKError) | - inputEmail:screenName: |
Input email and screen name to register webinar. | |
(ZoomSDKError) | - cancel |
Cancel to register webinar. | |
Protected Attributes | |
WebinarRegisterType | _webinarRegisterType |
Helper class for webinar registration.
Definition at line 67 of file ZoomSDKWebinarController.h.
- (ZoomSDKError) cancel |
Cancel to register webinar.
- (WebinarRegisterType) getWebinarRegisterType |
Get type of user registers webinar.
- (NSURL *_Nullable) getWebinarRegisterURL |
Get URL of user registers webinar.
- (ZoomSDKError) inputEmail: | (NSString *) | ||
screenName: | (NSString *) | name |
Input email and screen name to register webinar.
The email to register webinar | |
name | The display name to register webinar. |
|
protected |
Definition at line 69 of file ZoomSDKWebinarController.h.