Contact helper event callback.
More...
#include <IContactHelper.h>
Contact helper event callback.
Definition at line 133 of file IContactHelper.h.
◆ ~IContactHelperSink()
virtual IContactHelperSink::~IContactHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnAddLegacyRooms()
virtual void IContactHelperSink::OnAddLegacyRooms |
( |
const std::vector< LegacyRoomSystem > & |
roomList, |
|
|
bool |
isSelfRooms |
|
) |
| |
|
pure virtual |
Add legacy rooms notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
roomList | The legacy room list. |
isSelfRooms | TRUE indicates is self rooms. Otherwise meeting's rooms. |
◆ OnDynamicContactBasicInfoNotification()
virtual void IContactHelperSink::OnDynamicContactBasicInfoNotification |
( |
const std::vector< ContactTypeInfo > & |
typeInfos, |
|
|
uint32_t |
numberOfContacts, |
|
|
uint32_t |
numberOfZoomRooms |
|
) |
| |
|
pure virtual |
Dynamic contact basic info notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
Use basic info to request needed contacts dynamically.
- Parameters
-
typeInfos | Contact type infos |
numberOfContacts | Contact number of IM contacts |
numberOfZoomRooms | Contact number of Zoom Rooms |
◆ OnDynamicContactListNotification()
Dynamic contact list notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
info | Dynamic contact list info |
◆ OnFinishReceivingLegacyRoomList()
virtual void IContactHelperSink::OnFinishReceivingLegacyRoomList |
( |
bool |
isSelfRooms | ) |
|
|
pure virtual |
Finishing receiving legacy room list notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isSelfRooms | TRUE indicates is self rooms. Otherwise meeting's rooms. |
◆ OnImUpdateContactNotification()
virtual void IContactHelperSink::OnImUpdateContactNotification |
( |
const std::vector< Contact > & |
contacts | ) |
|
|
pure virtual |
IM contacts update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
contacts | Updated contacts. |
◆ OnStartReceivingLegacyRoomList()
virtual void IContactHelperSink::OnStartReceivingLegacyRoomList |
( |
bool |
isSelfRooms | ) |
|
|
pure virtual |
Start receiving legacy room list notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isSelfRooms | TRUE indicates is self rooms. Otherwise meeting's rooms. |
◆ OnUpdateFavoritesList()
virtual void IContactHelperSink::OnUpdateFavoritesList |
( |
const FavoritesList & |
list | ) |
|
|
pure virtual |
Update favorite list notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-