Meeting SDK for macOS API 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 * | |
Get the contact’s email. such as "jillchill@example.com". | |
Definition at line 8 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s company name. such as "Acme Incorporated".
Definition at line 37 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s ID.
Definition at line 12 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s name.
Definition at line 17 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s department. such as "Human resources".
Definition at line 42 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s email. such as "jillchill@example.com".
Definition at line 57 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s job title. such as "Support engineer".
Definition at line 47 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s personal note.
Definition at line 32 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s phone number. such as "+1 000 000-0000".
Definition at line 52 of file ZoomSDKPresenceHelper.h.
|
readnonatomicassign |
Get the contact’s presence status. such as ZoomSDKPresenceStatus_Available.
Definition at line 22 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the contact’s profile picture.
Definition at line 27 of file ZoomSDKPresenceHelper.h.