Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAccountInfo Class Reference

Provides information about the currently logged-in user account. More...

#include <ZoomSDKAuthService.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getDisplayName
 Gets screen name of the user.
(ZoomSDKUserType- getSDKUserType
 Gets the type of user.

Detailed Description

Provides information about the currently logged-in user account.

Definition at line 58 of file ZoomSDKAuthService.h.

Method Documentation

◆ getDisplayName

- (NSString *_Nullable) getDisplayName

Gets screen name of the user.

Returns
If the function succeeds, it returns screen name of the user. Otherwise, this function fails and returns nil.

References getDisplayName.

Referenced by getDisplayName.

◆ getSDKUserType

- (ZoomSDKUserType) getSDKUserType

Gets the type of user.

Returns
The user type.

References getSDKUserType.

Referenced by getSDKUserType.