6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCConstants.h>
8#import <MobileRTC/MobileRTCNotificationServiceHelper.h>
11@protocol MobileRTCAuthDelegate;
24@property (weak, nonatomic) id<MobileRTCAuthDelegate> _Nullable
delegate;
30@property (nullable, retain, nonatomic) NSString *
jwtToken;
60- (nullable NSString *)generateSSOLoginWebURL:(nonnull NSString*)vanityUrl;
89- (void)enableAutoRegisterNotificationServiceForLogin:(BOOL)enable;
116@protocol MobileRTCAuthDelegate <NSObject>
128- (void)onMobileRTCAuthExpired;
141- (void)onMobileRTCLogoutReturn:(NSInteger)returnValue;
161- (nullable NSString*)getEmailAddress;
167- (nullable NSString*)getUserName;
173- (nullable NSString *)getPMIVanityURL;
179- (BOOL)isTelephoneOnlySupported;
185- (BOOL)isTelephoneAndVoipSupported;
191- (BOOL)is3rdPartyAudioSupported;
197- (nullable NSString *)get3rdPartyAudioInfo;
209- (BOOL)onlyAllowSignedInUserJoinMeeting;
221- (BOOL)isLocalRecordingSupported;
227- (BOOL)isCloudRecordingSupported;
239- (BOOL)isSpecifiedDomainCanJoinFeatureOn;
245- (nullable NSArray <NSString *> *)getDefaultCanJoinUserSpecifiedDomains;
254@property (nonatomic, retain, readonly) NSString * _Nullable email;
255@property (nonatomic, retain, readonly) NSString * _Nullable firstName;
256@property (nonatomic, retain, readonly) NSString * _Nullable lastName;
257@property (nonatomic, assign, readonly)
unsigned long long PMINumber;
259- (
id _Nonnull)initWithEmailAddress:(NSString * _Nonnull)emailAddress firstname:(NSString * _Nonnull)firstName lastName:(NSString * _Nonnull)lastName PMI:(
unsigned long long)PMINumber;
MobileRTCUserType
Enumeration of user types.
MobileRTCMeetingItemRecordType
Enumeration of the meeting recording types in meeting.
MobileRTCNotificationServiceStatus
Enumeration of the type for alive connect service status.
MobileRTCNotificationServiceError
Enumeration of the notification service error codes.
MobileRTCSDKError
Enumeration of the 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()
Gets the user type.
nullable MobileRTCAccountInfo * getAccountInfo()
Gets the profile information of the logged-in user.
MobileRTCNotificationServiceHelper *_Nullable getNotificationServiceHelper()
Gets the notification service controller interface.
MobileRTCSDKError unregisterNotificationService()
Unregisters the notification service.
BOOL logoutRTC()
Logs out MobileRTC.
BOOL isLoggedIn()
Queries whether mobileRTC is logged-in or not.
NSString * jwtToken
Jwt auth token.
Helper for managing meeting transfer and presence features.