9#import <Foundation/Foundation.h>
10#import <MobileRTC/MobileRTCConstants.h>
11#import <MobileRTC/MobileRTCNotificationServiceHelper.h>
14@protocol MobileRTCAuthDelegate;
27@property (weak, nonatomic) id<MobileRTCAuthDelegate> _Nullable
delegate;
33@property (nullable, retain, nonatomic) NSString *
jwtToken;
63- (nullable NSString *)generateSSOLoginWebURL:(nonnull NSString*)vanityUrl;
92- (void)enableAutoRegisterNotificationServiceForLogin:(BOOL)enable;
119@protocol MobileRTCAuthDelegate <NSObject>
131- (void)onMobileRTCAuthExpired;
144- (void)onMobileRTCLogoutReturn:(NSInteger)returnValue;
164- (nullable NSString*)getEmailAddress;
170- (nullable NSString*)getUserName;
176- (nullable NSString *)getPMIVanityURL;
182- (BOOL)isTelephoneOnlySupported;
188- (BOOL)isTelephoneAndVoipSupported;
194- (BOOL)is3rdPartyAudioSupported;
200- (nullable NSString *)get3rdPartyAudioInfo;
212- (BOOL)onlyAllowSignedInUserJoinMeeting;
224- (BOOL)isLocalRecordingSupported;
230- (BOOL)isCloudRecordingSupported;
242- (BOOL)isSpecifiedDomainCanJoinFeatureOn;
248- (nullable NSArray <NSString *> *)getDefaultCanJoinUserSpecifiedDomains;
257@property (nonatomic, retain, readonly) NSString * _Nullable email;
258@property (nonatomic, retain, readonly) NSString * _Nullable firstName;
259@property (nonatomic, retain, readonly) NSString * _Nullable lastName;
260@property (nonatomic, assign, readonly)
unsigned long long PMINumber;
262- (
id _Nonnull)initWithEmailAddress:(NSString * _Nonnull)emailAddress firstname:(NSString * _Nonnull)firstName lastName:(NSString * _Nonnull)lastName PMI:(
unsigned long long)PMINumber;
MobileRTCUserType
Enumerates the types of users.
MobileRTCMeetingItemRecordType
Enumeration of meeting recording types in meeting.
MobileRTCNotificationServiceStatus
Enumeration of the type for alive connect service status.
MobileRTCNotificationServiceError
Enumeration of notification service error codes.
MobileRTCSDKError
Enumeration of SDK error.
MobileRTCMeetingItemAudioType
Enumeration of audio types in meeting.
MobileRTCLoginFailReason
Enumeration of the login failure reasons.
MobileRTCAuthError
Enumeration of SDK authentication results.
It is used to store the profile information of logged-in user.
It is used to store the information of the alternative host.
The method provides support for authorizing MobileRTC.
id< MobileRTCAuthDelegate > _Nullable delegate
The property to receive authentication/login events.
void sdkAuth()
Authenticate SDK.
MobileRTCUserType getUserType()
Get user type.
nullable MobileRTCAccountInfo * getAccountInfo()
Specify to get the profile information of logged-in user.
MobileRTCNotificationServiceHelper *_Nullable getNotificationServiceHelper()
Get notification service controller interface.
MobileRTCSDKError unregisterNotificationService()
Unregister notification service.
BOOL logoutRTC()
Specify to logout MobileRTC.
BOOL isLoggedIn()
Check whether mobileRTC is logged-in or not.
NSString * jwtToken
Jwt auth token.
Helper for managing meeting transfer and presence features.