Meeting SDK for macOS API 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 * | |
Get the contact’s email. such as "jillchill@example.com". | |
Represents contact information of a Zoom user.
Definition at line 14 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s company name. such as "Acme Incorporated".
Definition at line 43 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s ID.
Definition at line 18 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s name.
Definition at line 23 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s department. such as "Human resources".
Definition at line 48 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s email. such as "jillchill@example.com".
Definition at line 63 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s job title. such as "Support engineer".
Definition at line 53 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s personal note.
Definition at line 38 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s phone number. such as "+1 000 000-0000".
Definition at line 58 of file ZoomSDKPresenceHelper.h.
|
readnonatomicassign |
Get the contact’s presence status. such as ZoomSDKPresenceStatus_Available.
Definition at line 28 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s profile picture.
Definition at line 33 of file ZoomSDKPresenceHelper.h.