An authentication service will issue the following values when the authorization state changes.
More...
#import <MobileRTCAuthService.h>
Inherits <NSObjectNSObject>.
An authentication service will issue the following values when the authorization state changes.
Definition at line 129 of file MobileRTCAuthService.h.
◆ onMobileRTCAuthExpired
- (void) onMobileRTCAuthExpired |
|
|
|
|
optional |
Specify the token expired.
◆ onMobileRTCAuthReturn:
Specify to get the response of MobileRTC authorization.
- Parameters
-
returnValue | Notify the user that the authorization status changes. |
◆ onMobileRTCLoginResult:
Specify to get the response of MobileRTC logs in.
- Parameters
-
returnValue | Notify the user when the login state has changed. |
- Warning
- If the callback is implemented, the Zoom UI alert tips are no longer displayed.
◆ onMobileRTCLogoutReturn:
- (void) onMobileRTCLogoutReturn: |
|
(NSInteger) |
returnValue |
|
|
optional |
Specify to get the response of MobileRTC logs out.
- Parameters
-
returnValue | Notify that the user has logged-out successfully. |
◆ onNotificationServiceStatus:
Notification service status changed callback.
- Parameters
-
status | The value of transfer meeting service. For more details, see [MobileRTCNotificationServiceStatus]. |