Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
FavoritesList Struct Reference

Favorite contact list. More...

#include <IContactHelper.h>

Data Fields

std::vector< ContactfavoriteContacts
 Favorite contact list.
 
std::vector< LegacyRoomSystemfavoriteLegacyRoomSystems
 Favorite legacy room system list.
 
std::vector< PhoneContactfavoritePhoneContacts
 Favorite phone contact list.
 

Detailed Description

Favorite contact list.

Definition at line 124 of file IContactHelper.h.

Field Documentation

◆ favoriteContacts

std::vector<Contact> FavoritesList::favoriteContacts

Favorite contact list.

Definition at line 126 of file IContactHelper.h.

◆ favoriteLegacyRoomSystems

std::vector<LegacyRoomSystem> FavoritesList::favoriteLegacyRoomSystems

Favorite legacy room system list.

Definition at line 127 of file IContactHelper.h.

◆ favoritePhoneContacts

std::vector<PhoneContact> FavoritesList::favoritePhoneContacts

Favorite phone contact list.

Definition at line 128 of file IContactHelper.h.