Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKAuthDelegate> Protocol Reference

#include <ZoomSDKAuthService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onZoomSDKAuthReturn:
 Specify to get the response of ZOOM SDK authorization.
 
(void) - onZoomAuthIdentityExpired
 Specify to get the response of ZOOM SDK authorization identity expired.
 
(void) - onZoomSDKLoginResult:failReason:
 Specify to get the response of ZOOM SDK Login.
 
(void) - onZoomSDKLogout
 Specify to get the response of ZOOM SDK logout.
 
(void) - onZoomIdentityExpired
 Specify to get the response if ZOOM identity is expired.
 
(void) - onNotificationServiceStatus:error:
 Notification service status changed callback.
 

Detailed Description

Definition at line 138 of file ZoomSDKAuthService.h.

Method Documentation

◆ onNotificationServiceStatus:error:

- (void) onNotificationServiceStatus: (ZoomSDKNotificationServiceStatus) status
error: (ZoomSDKNotificationServiceError) error 
optionalrequired

Notification service status changed callback.

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

◆ onZoomAuthIdentityExpired

- (void) onZoomAuthIdentityExpired
optionalrequired

Specify to get the response of ZOOM SDK authorization identity expired.

◆ onZoomIdentityExpired

- (void) onZoomIdentityExpired
optionalrequired

Specify to get the response if ZOOM identity is expired.

Note
User will be forced to logout once ZOOM SDK identity expired.

◆ onZoomSDKAuthReturn:

- (void) onZoomSDKAuthReturn: (ZoomSDKAuthError) returnValue
required

Specify to get the response of ZOOM SDK authorization.

Parameters
returnValueNotify user that the authentication status changes.

◆ onZoomSDKLoginResult:failReason:

- (void) onZoomSDKLoginResult: (ZoomSDKLoginStatus) loginStatus
failReason: (ZoomSDKLoginFailReason) reason 
optional

Specify to get the response of ZOOM SDK Login.

Parameters
loginStatusNotify user of login status.
reasonNotify user that the failed reason.

◆ onZoomSDKLogout

- (void) onZoomSDKLogout
optionalrequired

Specify to get the response of ZOOM SDK logout.