Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCJoinMeetingInfoHandler.h
Go to the documentation of this file.
1
5
6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCConstants.h>
8
14
18@property (nonatomic, assign, readonly) MobileRTCJoinMeetingInfo info;
19
26- (MobileRTCSDKError)inputDisplayName:(NSString *_Nullable)displayName password:(NSString *_Nullable)password;
27
36- (MobileRTCSDKError)confirmPreview:(NSString *_Nullable)screenName videoOn:(BOOL)videoOn audioOn:(BOOL)audioOn;
37
41- (void)cancel;
42
43@end
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.