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

Represents contact information of a Zoom user. More...

#include <ZoomSDKPresenceHelper.h>

Inherits NSObject.

Properties

NSString * contactID
 Get the contact’s ID.
 
NSString * contactName
 Get the contact’s name.
 
ZoomSDKPresenceStatus presenceStatus
 Get the contact’s presence status. such as ZoomSDKPresenceStatus_Available.
 
NSString * profilePicture
 Get the contact’s profile picture.
 
NSString * personalNote
 Get the contact’s personal note.
 
NSString * companyName
 Get the contact’s company name. such as "Acme Incorporated".
 
NSString * department
 Get the contact’s department. such as "Human resources".
 
NSString * jobTitle
 Get the contact’s job title. such as "Support engineer".
 
NSString * phoneNumber
 Get the contact’s phone number. such as "+1 000 000-0000".
 
NSString * email
 Get the contact’s email. such as "jillchill@example.com".
 

Detailed Description

Represents contact information of a Zoom user.

Definition at line 14 of file ZoomSDKPresenceHelper.h.

Property Documentation

◆ companyName

- (NSString*) companyName
readnonatomiccopy

Get the contact’s company name. such as "Acme Incorporated".

Definition at line 43 of file ZoomSDKPresenceHelper.h.

◆ contactID

- (NSString*) contactID
readnonatomiccopy

Get the contact’s ID.

Definition at line 18 of file ZoomSDKPresenceHelper.h.

◆ contactName

- (NSString*) contactName
readnonatomiccopy

Get the contact’s name.

Definition at line 23 of file ZoomSDKPresenceHelper.h.

◆ department

- (NSString*) department
readnonatomiccopy

Get the contact’s department. such as "Human resources".

Definition at line 48 of file ZoomSDKPresenceHelper.h.

◆ email

- (NSString*) email
readnonatomiccopy

Get the contact’s email. such as "jillchill@example.com".

Definition at line 63 of file ZoomSDKPresenceHelper.h.

◆ jobTitle

- (NSString*) jobTitle
readnonatomiccopy

Get the contact’s job title. such as "Support engineer".

Definition at line 53 of file ZoomSDKPresenceHelper.h.

◆ personalNote

- (NSString*) personalNote
readnonatomiccopy

Get the contact’s personal note.

Definition at line 38 of file ZoomSDKPresenceHelper.h.

◆ phoneNumber

- (NSString*) phoneNumber
readnonatomiccopy

Get the contact’s phone number. such as "+1 000 000-0000".

Definition at line 58 of file ZoomSDKPresenceHelper.h.

◆ presenceStatus

- (ZoomSDKPresenceStatus) presenceStatus
readnonatomicassign

Get the contact’s presence status. such as ZoomSDKPresenceStatus_Available.

Definition at line 28 of file ZoomSDKPresenceHelper.h.

◆ profilePicture

- (NSString*) profilePicture
readnonatomiccopy

Get the contact’s profile picture.

Definition at line 33 of file ZoomSDKPresenceHelper.h.