Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCWebinarInputScreenNameHandler Class Reference

Handler for entering screen name when joining a webinar. More...

#include <MobileRTCWebinarInputScreenNameHandler.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Handler for entering screen name when joining a webinar.

Definition at line 13 of file MobileRTCWebinarInputScreenNameHandler.h.

Method Documentation

◆ cancel

- (MobileRTCSDKError) cancel

Cancel to join webinar.

◆ inputName:

- (MobileRTCSDKError) inputName: (NSString *_Nonnull) name

Input screen name to join the webinar.

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