|
Meeting SDK for iOS API Reference
|
The method provides support for authorizing MobileRTC. More...
#include <MobileRTCAuthService.h>
Inherits NSObject.
Instance Methods | |
| (void) | - sdkAuth |
| Authenticate SDK. | |
| (BOOL) | - isLoggedIn |
| Queries whether mobileRTC is logged-in or not. | |
| (MobileRTCUserType) | - getUserType |
| Gets the user type. | |
| (BOOL) | - logoutRTC |
| Logs out MobileRTC. | |
| (nullable MobileRTCAccountInfo *) | - getAccountInfo |
| Gets the profile information of the logged-in user. | |
| (void) | - enableAutoRegisterNotificationServiceForLogin: |
| Enables or disables auto register notification service. This is disabled by default. | |
| (MobileRTCSDKError) | - registerNotificationService: |
| Registers the notification service. | |
| (MobileRTCSDKError) | - unregisterNotificationService |
| Unregisters the notification service. | |
| (MobileRTCNotificationServiceHelper *_Nullable) | - getNotificationServiceHelper |
| Gets the notification service controller interface. | |
Properties | |
| id< MobileRTCAuthDelegate > _Nullable | delegate |
| The property to receive authentication/login events. | |
| NSString * | jwtToken |
| Jwt auth token. | |
The method provides support for authorizing MobileRTC.
Definition at line 20 of file MobileRTCAuthService.h.
| - (void) enableAutoRegisterNotificationServiceForLogin: | (BOOL) | enable |
Enables or disables auto register notification service. This is disabled by default.
| enable | YES to enable, NO to disable. |
| - (nullable MobileRTCAccountInfo *) getAccountInfo |
Gets the profile information of the logged-in user.
| - (MobileRTCNotificationServiceHelper *_Nullable) getNotificationServiceHelper |
Gets the notification service controller interface.
| - (MobileRTCUserType) getUserType |
Gets the user type.
| - (BOOL) isLoggedIn |
Queries whether mobileRTC is logged-in or not.
| - (BOOL) logoutRTC |
| - (MobileRTCSDKError) registerNotificationService: | (nullable NSString *) | accessToken |
Registers the notification service.
| accessToken | Initialize parameter of notification service. |
| - (void) sdkAuth |
Authenticate SDK.
| - (MobileRTCSDKError) unregisterNotificationService |
Unregisters the notification service.
|
readwritenonatomicweak |
The property to receive authentication/login events.
Definition at line 24 of file MobileRTCAuthService.h.
|
readwritenonatomicretain |
Jwt auth token.
Definition at line 30 of file MobileRTCAuthService.h.