Meeting SDK for iOS API 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. | |
Handler for entering screen name when joining a webinar.
Definition at line 13 of file MobileRTCWebinarInputScreenNameHandler.h.
- (MobileRTCSDKError) cancel |
Cancel to join webinar.
- (MobileRTCSDKError) inputName: | (NSString *_Nonnull) | name |
Input screen name to join the webinar.
name | The display name for the webinar. |