Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKWebinarRegisterHelper Class Reference
Inheritance diagram for ZoomSDKWebinarRegisterHelper:

Instance Methods

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

Protected Attributes

WebinarRegisterType _webinarRegisterType
 

Method Documentation

◆ getWebinarRegisterType

- (WebinarRegisterType) getWebinarRegisterType

Get type of user registers webinar.

Returns
The type of user to register webinar.

◆ getWebinarRegisterURL

- (NSURL*) 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.

The documentation for this class was generated from the following file: