20@property(nonatomic, copy,readonly) NSString *content;
24@property(nonatomic, copy,readonly) NSString *accountOwnerLink;
28@property(nonatomic, copy,readonly) NSString *termLink;
32@property(nonatomic, copy,readonly) NSString *policyLink;
41- (NSString*) getDisplayName;
49@protocol ZoomSDKAuthDelegate;
59@property (assign, nonatomic) id<ZoomSDKAuthDelegate> delegate;
69- (
ZoomSDKError)sdkAuth:(NSString*)key appSecret:(NSString*)secret;
92- (NSString*)generateSSOLoginWebURL:(NSString*)prefixOfVanityUrl;
99- (
ZoomSDKError)SSOLoginWithWebUriProtocol:(NSString*)uriProtocol;
118- (NSString*)getSDKIdentity;
124- (NSString *)getWebinarRegistrationLegalNoticesPrompt;
136- (void)enableAutoRegisterNotificationServiceForLogin:(BOOL)enable;
143- (
ZoomSDKError)registerNotificationService:(NSString*)accessToken;
159@protocol ZoomSDKAuthDelegate <NSObject>
172 - (void)onZoomAuthIdentityExpired;
184- (void)onZoomSDKLogout;
190- (void)onZoomIdentityExpired;
ZoomSDKNotificationServiceStatus
Enumerations of the type for notification service status.
ZoomSDKAuthError
Enumeration of SDK authentication results.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKUserType
An enumeration of user types.
ZoomSDKLoginStatus
Enumeration of ZOOM SDK login status.
NSString * jwtToken
jwtToken The new auth token.
Callback event of ZOOM SDK authorization. Authorize Zoom SDK and the custom application with the key/...
id< ZoomSDKAuthDelegate > _delegate