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

Helper class for webinar registration. More...

#include <ZoomSDKWebinarController.h>

Inherits NSObject.

Instance Methods

(WebinarRegisterType- getWebinarRegisterType
 Gets type of user registers webinar.
(NSURL *_Nullable) - getWebinarRegisterURL
 Gets URL of user registers webinar.
(ZoomSDKError- inputEmail:screenName:
 Input email and screen name to register webinar.
(ZoomSDKError- cancel
 Cancels to register webinar.

Protected Attributes

WebinarRegisterType _webinarRegisterType

Detailed Description

Helper class for webinar registration.

Definition at line 67 of file ZoomSDKWebinarController.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Cancels to register webinar.

References cancel.

Referenced by cancel.

◆ getWebinarRegisterType

- (WebinarRegisterType) getWebinarRegisterType

Gets type of user registers webinar.

Returns
The type of user to register webinar.

References getWebinarRegisterType.

Referenced by getWebinarRegisterType.

◆ getWebinarRegisterURL

- (NSURL *_Nullable) getWebinarRegisterURL

Gets URL of user registers webinar.

Returns
If the function succeeds, it returns the url for user to register webinar. Otherwise, this function fails and returns nil.

References getWebinarRegisterURL.

Referenced by getWebinarRegisterURL.

◆ inputEmail:screenName:

- (ZoomSDKError) inputEmail: (NSString *) email
screenName: (NSString *) name 

Input email and screen name to register webinar.

Parameters
emailThe email to register webinar
nameThe display name to register webinar.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Field Documentation

◆ _webinarRegisterType

- (WebinarRegisterType) _webinarRegisterType
protected

Definition at line 69 of file ZoomSDKWebinarController.h.