Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCAuthDelegate> Protocol Reference

An authentication service will issue the following values when the authorization state changes. More...

#import <MobileRTCAuthService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onMobileRTCAuthReturn:
 Specify to get the response of MobileRTC authorization.
 
(void) - onMobileRTCAuthExpired
 Specify the token expired.
 
(void) - onMobileRTCLoginResult:
 Specify to get the response of MobileRTC logs in.
 
(void) - onMobileRTCLogoutReturn:
 Specify to get the response of MobileRTC logs out.
 
(void) - onNotificationServiceStatus:
 Notification service status changed callback.
 
(void) - onNotificationServiceStatus:error:
 Notification service status changed callback.
 

Detailed Description

An authentication service will issue the following values when the authorization state changes.

Definition at line 117 of file MobileRTCAuthService.h.

Method Documentation

◆ onMobileRTCAuthExpired

- (void) onMobileRTCAuthExpired
optional

Specify the token expired.

◆ onMobileRTCAuthReturn:

- (void) onMobileRTCAuthReturn: (MobileRTCAuthError returnValue
required

Specify to get the response of MobileRTC authorization.

Parameters
returnValueNotify the user that the authorization status changes.

◆ onMobileRTCLoginResult:

- (void) onMobileRTCLoginResult: (MobileRTCLoginFailReason resultValue
optional

Specify to get the response of MobileRTC logs in.

Parameters
resultValueNotify 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
returnValueNotify that the user has logged-out successfully.

◆ onNotificationServiceStatus:

- (void) onNotificationServiceStatus: (MobileRTCNotificationServiceStatus status
optional

Notification service status changed callback.

Parameters
statusThe value of transfer meeting service. For more details, see [MobileRTCNotificationServiceStatus].

◆ onNotificationServiceStatus:error:

Notification service status changed callback.

Parameters
statusThe value of transfer meeting service. For more details, see ZoomSDKNotificationServiceStatus.
errorConnection Notification service fail error code. For more details, see ZoomSDKNotificationServiceError.