Pro AV Service event callback.
More...
#include <IProAVService.h>
Pro AV Service event callback.
Definition at line 148 of file IProAVService.h.
◆ ~IProAVServiceSink()
| virtual IProAVServiceSink::~IProAVServiceSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnProAVAssignedGalleryStatusUpdate()
| virtual void IProAVServiceSink::OnProAVAssignedGalleryStatusUpdate |
( |
const ProAVAssignedGalleryStatus & |
status, |
|
|
const std::vector< uint32_t > & |
deleteIndices |
|
) |
| |
|
pure virtual |
Pro AV assigned gallery status update callback. This callback is triggered when:
- Since
- 7.0.0
- Zoom Rooms minimum version
- 7.0.0
- Receiving a successful response to RequestProAVAssignedGalleryStatus()
- Receiving a successful response to DeleteProAVAssignedGallerySeat()
- ZR pushes updated status (e.g., when status changes)
- Parameters
-
| status | The updated assigned gallery status, see ProAVAssignedGalleryStatus struct. |
| deleteIndices | The indices of seats that were successfully deleted. Empty if this is not a delete operation response. |
◆ OnProAVDeleteAssignedGallerySeatFailed()
| virtual void IProAVServiceSink::OnProAVDeleteAssignedGallerySeatFailed |
( |
const std::vector< uint32_t > & |
deleteIndices | ) |
|
|
pure virtual |
Pro AV assigned gallery seat deletion failure callback. This callback is triggered when DeleteProAVAssignedGallerySeat() fails to delete one or more seats.
- Since
- 7.0.0
- Zoom Rooms minimum version
- 7.0.0
- Parameters
-
| deleteIndices | The indices of seats that failed to be deleted. |
◆ OnProAVNonPersistentAssignedGalleryUpdate()
Pro AV non-persistent assigned gallery update notification callback. This notification is triggered when the non-persistent assigned gallery configuration is updated during a meeting.
- Since
- 7.0.0
- Zoom Rooms minimum version
- 7.0.0
- Parameters
-
◆ OnProAVPersistentAssignedGalleryUpdate()
| virtual void IProAVServiceSink::OnProAVPersistentAssignedGalleryUpdate |
( |
const std::vector< ProAVAssignedGalleryInfo > & |
infos | ) |
|
|
pure virtual |
Pro AV persistent assigned galleries update notification callback. This notification is triggered when the persistent assigned gallery configurations are updated.
- Since
- 7.0.0
- Zoom Rooms minimum version
- 7.0.0
- Parameters
-
◆ OnProAVUnassignedBehaviorNotification()
Pro AV unassigned behavior notification callback.
- Since
- 6.5.0
- Zoom Rooms minimum version
- 6.5.0
- Parameters
-
◆ OnProAVVideoLossBehaviorNotification()
| virtual void IProAVServiceSink::OnProAVVideoLossBehaviorNotification |
( |
const ProAVVideoLossBehavior & |
behavior | ) |
|
|
pure virtual |
Pro AV video loss behavior notification callback.
- Since
- 6.6.0
- Zoom Rooms minimum version
- 6.6.0
- Parameters
-
◆ OnProAVVideoOverlaySettingsNotification()
Pro AV video overlay setting notification callback.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-