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

#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

Definition at line 8 of file ZoomSDKPresenceHelper.h.

Property Documentation

◆ companyName

- (NSString*) companyName
readnonatomiccopy

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

Definition at line 37 of file ZoomSDKPresenceHelper.h.

◆ contactID

- (NSString*) contactID
readnonatomiccopy

Get the contact’s ID.

Definition at line 12 of file ZoomSDKPresenceHelper.h.

◆ contactName

- (NSString*) contactName
readnonatomiccopy

Get the contact’s name.

Definition at line 17 of file ZoomSDKPresenceHelper.h.

◆ department

- (NSString*) department
readnonatomiccopy

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

Definition at line 42 of file ZoomSDKPresenceHelper.h.

◆ email

- (NSString*) email
readnonatomiccopy

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

Definition at line 57 of file ZoomSDKPresenceHelper.h.

◆ jobTitle

- (NSString*) jobTitle
readnonatomiccopy

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

Definition at line 47 of file ZoomSDKPresenceHelper.h.

◆ personalNote

- (NSString*) personalNote
readnonatomiccopy

Get the contact’s personal note.

Definition at line 32 of file ZoomSDKPresenceHelper.h.

◆ phoneNumber

- (NSString*) phoneNumber
readnonatomiccopy

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

Definition at line 52 of file ZoomSDKPresenceHelper.h.

◆ presenceStatus

- (ZoomSDKPresenceStatus) presenceStatus
readnonatomicassign

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

Definition at line 22 of file ZoomSDKPresenceHelper.h.

◆ profilePicture

- (NSString*) profilePicture
readnonatomiccopy

Get the contact’s profile picture.

Definition at line 27 of file ZoomSDKPresenceHelper.h.