Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCContactInfo Class 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 email
 Contact’s email, such as "jillchill@example.com".
 

Detailed Description

Presence information interface.

Definition at line 16 of file MobileRTCPresenceHelper.h.

Property Documentation

◆ companyName

- (NSString* _Nullable) companyName
readnonatomiccopy

Contact’s company name, such as "Acme Incorporated".

Definition at line 40 of file MobileRTCPresenceHelper.h.

◆ contactID

- (NSString* _Nullable) contactID
readnonatomiccopy

Contact’s ID.

Definition at line 20 of file MobileRTCPresenceHelper.h.

◆ contactName

- (NSString* _Nullable) contactName
readnonatomiccopy

Contact’s name.

Definition at line 24 of file MobileRTCPresenceHelper.h.

◆ department

- (NSString* _Nullable) department
readnonatomiccopy

Contact’s department, such as "Human resources".

Definition at line 44 of file MobileRTCPresenceHelper.h.

◆ email

- (NSString* _Nullable) email
readnonatomiccopy

Contact’s email, such as "jillchill@example.com".

Definition at line 56 of file MobileRTCPresenceHelper.h.

◆ jobTitle

- (NSString* _Nullable) jobTitle
readnonatomiccopy

Contact’s job title, such as "Support engineer".

Definition at line 48 of file MobileRTCPresenceHelper.h.

◆ personalNote

- (NSString* _Nullable) personalNote
readnonatomiccopy

Contact’s personal note.

Definition at line 36 of file MobileRTCPresenceHelper.h.

◆ phoneNumber

- (NSString* _Nullable) phoneNumber
readnonatomiccopy

Contact’s phone number, such as "+1 000 000-0000".

Definition at line 52 of file MobileRTCPresenceHelper.h.

◆ presenceStatus

- (MobileRTCPresenceStatus) presenceStatus
readnonatomicassign

Contact’s presence status, such as MobileRTCPresenceStatus_Available.

Definition at line 28 of file MobileRTCPresenceHelper.h.

◆ profilepicture

- (NSString* _Nullable) profilepicture
readnonatomiccopy

Contact’s profile picture.

Definition at line 32 of file MobileRTCPresenceHelper.h.