|
Zoom Rooms Controller SDK Reference 6.6.0
|
Dynamic contact list update information. More...
#include <IContactHelper.h>
Data Fields | |
| bool | isSearchSipContactResult = false |
| TRUE indicates this is a search sip contact result. | |
| uint32_t | startIndex = 0 |
| Start index. | |
| uint32_t | numberOfContacts = 0 |
| Number of contacts. | |
| std::string | filter |
| Search filter, will be an empty string if this is not a search result. | |
| uint32_t | totalNumberOfContactsInSearchResult = 0 |
| Total number of contacts in search result. | |
| std::vector< Contact > | contacts |
| Contacts. | |
| uint64_t | buddyTypeBits = 0 |
| Bit value 1 indicates the buddy type being searched, see IMBuddyType enum. | |
Dynamic contact list update information.
Definition at line 111 of file IContactHelper.h.
| uint64_t DynamicContactListInfo::buddyTypeBits = 0 |
Bit value 1 indicates the buddy type being searched, see IMBuddyType enum.
Definition at line 119 of file IContactHelper.h.
| std::vector<Contact> DynamicContactListInfo::contacts |
Contacts.
Definition at line 118 of file IContactHelper.h.
| std::string DynamicContactListInfo::filter |
Search filter, will be an empty string if this is not a search result.
Definition at line 116 of file IContactHelper.h.
| bool DynamicContactListInfo::isSearchSipContactResult = false |
TRUE indicates this is a search sip contact result.
Definition at line 113 of file IContactHelper.h.
| uint32_t DynamicContactListInfo::numberOfContacts = 0 |
Number of contacts.
Definition at line 115 of file IContactHelper.h.
| uint32_t DynamicContactListInfo::startIndex = 0 |
Start index.
Definition at line 114 of file IContactHelper.h.
| uint32_t DynamicContactListInfo::totalNumberOfContactsInSearchResult = 0 |
Total number of contacts in search result.
Definition at line 117 of file IContactHelper.h.