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...

#include <MobileRTCAuthService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onMobileRTCAuthReturn:
 Callback event when MobileRTC authorization status changes.
 
(void) - onMobileRTCAuthExpired
 Callback event when the token expires.
 
(void) - onMobileRTCLoginResult:
 Callback event when MobileRTC login state changes.
 
(void) - onMobileRTCLogoutReturn:
 Callback event when MobileRTC logout completes.
 
(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 116 of file MobileRTCAuthService.h.

Method Documentation

◆ onMobileRTCAuthExpired

- (void) onMobileRTCAuthExpired
optional

Callback event when the token expires.

◆ onMobileRTCAuthReturn:

- (void) onMobileRTCAuthReturn: (MobileRTCAuthError) returnValue
required

Callback event when MobileRTC authorization status changes.

Parameters
returnValueNotifies the user that the authorization status changes.

◆ onMobileRTCLoginResult:

- (void) onMobileRTCLoginResult: (MobileRTCLoginFailReason) resultValue
optionalrequired

Callback event when MobileRTC login state changes.

Parameters
resultValueNotifies 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
optionalrequired

Callback event when MobileRTC logout completes.

Parameters
returnValueNotifies that the user has logged-out successfully.

◆ onNotificationServiceStatus:error:

- (void) onNotificationServiceStatus: (MobileRTCNotificationServiceStatus) status
error: (MobileRTCNotificationServiceError) error 
optionalrequired

Notification service status changed callback.

Parameters
statusThe value of transfer meeting service.
errorConnection Notification service fail error code.