6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCConstants.h>
26- (
MobileRTCSDKError)inputDisplayName:(NSString *_Nullable)displayName password:(NSString *_Nullable)password;
36- (
MobileRTCSDKError)confirmPreview:(NSString *_Nullable)screenName videoOn:(BOOL)videoOn audioOn:(BOOL)audioOn;
MobileRTCSDKError
Enumeration of the SDK error.
MobileRTCJoinMeetingInfo
Enumeration of the information needed to Join Meeting.
Interface for handling user input when joining a meeting requires additional information.
void cancel()
Cancels the attempt to join the meeting.
MobileRTCJoinMeetingInfo info
Gets the type of information required to join the meeting.