Meeting View Layout helper event callback.
More...
#include <IMeetingViewLayoutHelper.h>
Meeting View Layout helper event callback.
Definition at line 234 of file IMeetingViewLayoutHelper.h.
◆ ~IMeetingViewLayoutHelperSink()
virtual IMeetingViewLayoutHelperSink::~IMeetingViewLayoutHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnAttendeeViewLayoutEnableShareContentOnlyNotification()
virtual void IMeetingViewLayoutHelperSink::OnAttendeeViewLayoutEnableShareContentOnlyNotification |
( |
bool |
isSupport, |
|
|
bool |
isEnable |
|
) |
| |
|
pure virtual |
Enable change attendee view layout to shared content only update notification.
- Since
- 6.4.0
- Zoom Rooms minimum version
- 6.4.0
- Parameters
-
isSupport | TRUE indicates current ZR supports change attendee view layout to shared content only. |
isEnable | TRUE indicates feature is disabled in meeting. This usually dues to the host is an old client not supports this feature. |
◆ OnAutoSwitchSpeakerNotification()
virtual void IMeetingViewLayoutHelperSink::OnAutoSwitchSpeakerNotification |
( |
bool |
support, |
|
|
bool |
enable |
|
) |
| |
|
pure virtual |
Auto switch speaker view changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
support | TRUE indicates support auto switch to speaker view. |
enable | TRUE indicates auto switch to speaker view is enabled. |
◆ OnChangeAttendeeViewNotification()
Change attendee view layout notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
layout | The attendee view layout type. |
◆ OnConfidenceMonitorNotification()
virtual void IMeetingViewLayoutHelperSink::OnConfidenceMonitorNotification |
( |
const ConfidenceMonitorInfo & |
info | ) |
|
|
pure virtual |
Confidence monitor info notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
info | The confidence monitor info |
◆ OnDynamicLayoutOptionNotification()
virtual void IMeetingViewLayoutHelperSink::OnDynamicLayoutOptionNotification |
( |
DynamicLayoutType |
layout | ) |
|
|
pure virtual |
Dynamic layout option notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
layout | The new dynamic layout type. |
◆ OnThumbnailsPositionNotification()
Thumbnails position notification.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
type | The current thumbnails position. |
◆ OnUpdateGalleryGridSelectionNotification()
virtual void IMeetingViewLayoutHelperSink::OnUpdateGalleryGridSelectionNotification |
( |
bool |
isEnabled, |
|
|
uint32_t |
row, |
|
|
uint32_t |
column |
|
) |
| |
|
pure virtual |
Update gallery grid selection notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isEnabled | TRUE indicates is enabled |
row | The row |
column | The column |
◆ OnUpdateIsNonVideoParticipantsShowedNotification()
virtual void IMeetingViewLayoutHelperSink::OnUpdateIsNonVideoParticipantsShowedNotification |
( |
bool |
isShowNonVideoParticipants | ) |
|
|
pure virtual |
Show non-video participant changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isShowNonVideoParticipants | TRUE indicates audio participant is shown. |
◆ OnUpdateScreenLayoutStatus()
virtual void IMeetingViewLayoutHelperSink::OnUpdateScreenLayoutStatus |
( |
const ScreenLayoutStatus & |
status | ) |
|
|
pure virtual |
Screen layout status changed notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
status | The new screen layout status. |
◆ OnUpdateShowUpTo49PerPageInGallery()
virtual void IMeetingViewLayoutHelperSink::OnUpdateShowUpTo49PerPageInGallery |
( |
bool |
enabled | ) |
|
|
pure virtual |
Show up to 49 user's video per page in gallery changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
enabled | TRUE indicates enabled show up to 49 user's video per page in gallery. |
◆ OnUpdateVideoPageStatusNotification()
virtual void IMeetingViewLayoutHelperSink::OnUpdateVideoPageStatusNotification |
( |
const VideoPageStatus & |
noti | ) |
|
|
pure virtual |
Video page status update callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnUpdateVideoThumbInfo()
virtual void IMeetingViewLayoutHelperSink::OnUpdateVideoThumbInfo |
( |
const VideoThumbInfo & |
info | ) |
|
|
pure virtual |
Video thumb info update callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnUpdateWallviewStyleNotification()
virtual void IMeetingViewLayoutHelperSink::OnUpdateWallviewStyleNotification |
( |
const WallViewStyleStatus & |
status | ) |
|
|
pure virtual |
Wall view style status update callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
status | Wall view style status. |
◆ OnVideoOrderNotification()
virtual void IMeetingViewLayoutHelperSink::OnVideoOrderNotification |
( |
const VideoOrderInfo & |
videoOrderInfo | ) |
|
|
pure virtual |
Video order changed notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
videoOrderInfo | The new video order info. |