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

#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
 

Detailed Description

Definition at line 52 of file ZoomSDKWebinarController.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Cancel to register webinar.

◆ getWebinarRegisterType

- (WebinarRegisterType) getWebinarRegisterType

Get type of user registers webinar.

Returns
The type of user to register webinar.

◆ getWebinarRegisterURL

- (NSURL *_Nullable) getWebinarRegisterURL

Get URL of user registers webinar.

Returns
The url for user to register webinar.

◆ 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 will return ZoomSDKError_Success. Otherwise failed.

Field Documentation

◆ _webinarRegisterType

- (WebinarRegisterType) _webinarRegisterType
protected

Definition at line 54 of file ZoomSDKWebinarController.h.