Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCContactInfo Class Reference

A class that contains presence information. More...

#include <MobileRTCPresenceHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable contactID
 The contact's ID.
 
NSString *_Nullable contactName
 The contact's name.
 
MobileRTCPresenceStatus presenceStatus
 The contact's presence status, such as MobileRTCPresenceStatus_Available.
 
NSString *_Nullable profilepicture
 The contact's profile picture.
 
NSString *_Nullable personalNote
 The contact's personal note.
 
NSString *_Nullable companyName
 The contact's company name, such as "Acme Incorporated".
 
NSString *_Nullable department
 The contact's department, such as "Human resources".
 
NSString *_Nullable jobTitle
 The contact's job title, such as "Support engineer".
 
NSString *_Nullable phoneNumber
 The contact's phone number, such as "+1 000 000-0000".
 
NSString *_Nullable email
 The contact's email, such as "jillchill@example.com".
 

Detailed Description

A class that contains presence information.

Definition at line 13 of file MobileRTCPresenceHelper.h.

Property Documentation

◆ companyName

- (NSString* _Nullable) companyName
readnonatomiccopy

The contact's company name, such as "Acme Incorporated".

Definition at line 43 of file MobileRTCPresenceHelper.h.

◆ contactID

- (NSString* _Nullable) contactID
readnonatomiccopy

The contact's ID.

Definition at line 18 of file MobileRTCPresenceHelper.h.

◆ contactName

- (NSString* _Nullable) contactName
readnonatomiccopy

The contact's name.

Definition at line 23 of file MobileRTCPresenceHelper.h.

◆ department

- (NSString* _Nullable) department
readnonatomiccopy

The contact's department, such as "Human resources".

Definition at line 48 of file MobileRTCPresenceHelper.h.

◆ email

- (NSString* _Nullable) email
readnonatomiccopy

The contact's email, such as "jillchill@example.com".

Definition at line 63 of file MobileRTCPresenceHelper.h.

◆ jobTitle

- (NSString* _Nullable) jobTitle
readnonatomiccopy

The contact's job title, such as "Support engineer".

Definition at line 53 of file MobileRTCPresenceHelper.h.

◆ personalNote

- (NSString* _Nullable) personalNote
readnonatomiccopy

The contact's personal note.

Definition at line 38 of file MobileRTCPresenceHelper.h.

◆ phoneNumber

- (NSString* _Nullable) phoneNumber
readnonatomiccopy

The contact's phone number, such as "+1 000 000-0000".

Definition at line 58 of file MobileRTCPresenceHelper.h.

◆ presenceStatus

- (MobileRTCPresenceStatus) presenceStatus
readnonatomicassign

The contact's presence status, such as MobileRTCPresenceStatus_Available.

Definition at line 28 of file MobileRTCPresenceHelper.h.

◆ profilepicture

- (NSString* _Nullable) profilepicture
readnonatomiccopy

The contact's profile picture.

Definition at line 33 of file MobileRTCPresenceHelper.h.