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

A handler for entering screen name when joining a webinar. More...

#include <MobileRTCWebinarInputScreenNameHandler.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- inputName:
 Inputs screen name to join the webinar.
 
(MobileRTCSDKError- cancel
 Cancels joining the webinar.
 

Detailed Description

A handler for entering screen name when joining a webinar.

Definition at line 10 of file MobileRTCWebinarInputScreenNameHandler.h.

Method Documentation

◆ cancel

- (MobileRTCSDKError) cancel

Cancels joining the webinar.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

◆ inputName:

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

Inputs screen name to join the webinar.

Parameters
nameThe display name for the webinar.
Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.