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

#include <ZoomSDKWebinarController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- inputName:
 Input screen name to join the webinar.
 
(ZoomSDKError- cancel
 Cancel to join webinar.
 

Detailed Description

Definition at line 79 of file ZoomSDKWebinarController.h.

Method Documentation

◆ cancel

- (ZoomSDKError) cancel

Cancel to join webinar.

◆ inputName:

- (ZoomSDKError) inputName: (NSString *) name

Input screen name to join the webinar.

Parameters
nameThe display name for the webinar.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.