Meeting SDK for iOS API Reference
|
Presence information interface. More...
#include <MobileRTCPresenceHelper.h>
Inherits NSObject.
Properties | |
NSString *_Nullable | contactID |
Contact’s ID. | |
NSString *_Nullable | contactName |
Contact’s name. | |
MobileRTCPresenceStatus | presenceStatus |
Contact’s presence status, such as MobileRTCPresenceStatus_Available. | |
NSString *_Nullable | profilepicture |
Contact’s profile picture. | |
NSString *_Nullable | personalNote |
Contact’s personal note. | |
NSString *_Nullable | companyName |
Contact’s company name, such as "Acme Incorporated". | |
NSString *_Nullable | department |
Contact’s department, such as "Human resources". | |
NSString *_Nullable | jobTitle |
Contact’s job title, such as "Support engineer". | |
NSString *_Nullable | phoneNumber |
Contact’s phone number, such as "+1 000 000-0000". | |
NSString *_Nullable | |
Contact’s email, such as "jillchill@example.com". | |
Presence information interface.
Definition at line 16 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s company name, such as "Acme Incorporated".
Definition at line 40 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s ID.
Definition at line 20 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s name.
Definition at line 24 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s department, such as "Human resources".
Definition at line 44 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s email, such as "jillchill@example.com".
Definition at line 56 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s job title, such as "Support engineer".
Definition at line 48 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s personal note.
Definition at line 36 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s phone number, such as "+1 000 000-0000".
Definition at line 52 of file MobileRTCPresenceHelper.h.
|
readnonatomicassign |
Contact’s presence status, such as MobileRTCPresenceStatus_Available.
Definition at line 28 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Contact’s profile picture.
Definition at line 32 of file MobileRTCPresenceHelper.h.