Meeting Share helper event callback.
More...
#include <IMeetingShareHelper.h>
Meeting Share helper event callback.
Definition at line 244 of file IMeetingShareHelper.h.
◆ ~IMeetingShareHelperSink()
virtual IMeetingShareHelperSink::~IMeetingShareHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnDocsShareSettingsNotification()
virtual void IMeetingShareHelperSink::OnDocsShareSettingsNotification |
( |
const DocsShareSettingsInfo & |
info | ) |
|
|
pure virtual |
Docs share settings notification.
- Since
- 6.4.0
- Zoom Rooms minimum version
- 6.4.0
- Parameters
-
info | The docs share settings info. |
◆ OnHDMI60FPSShareInfoNotification()
virtual void IMeetingShareHelperSink::OnHDMI60FPSShareInfoNotification |
( |
bool |
isAllow, |
|
|
bool |
isOn, |
|
|
HDMI60FPSShareDisableReason |
disableReason |
|
) |
| |
|
pure virtual |
HDMI 60 FPS share info notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isAllow | TRUE indicates hdmi 60 fps share is allowed. |
isOn | TRUE indicates hdmi 60 fps share is on. |
disableReason | Disable reason, see HDMI60FPSShareDisableReason enum. |
◆ OnIncomingMeetingShareNotification()
Incoming meeting share notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
noti | The notification info. |
- Changelog
- 6.4.0: In addition to the existing local HDMI share type, other CurrentShareType options have been added.
◆ OnLocalHDMIShareAudioPlaybackNotification()
virtual void IMeetingShareHelperSink::OnLocalHDMIShareAudioPlaybackNotification |
( |
bool |
isEnabled | ) |
|
|
pure virtual |
Local HDMI share audio playback notification.
- Since
- 6.4.0
- Zoom Rooms minimum version
- 6.4.0
- Parameters
-
isEnabled | TRUE indicates local HDMI share audio playback is enabled. |
◆ OnShareSettingNotification()
virtual void IMeetingShareHelperSink::OnShareSettingNotification |
( |
const ShareSetting & |
setting | ) |
|
|
pure virtual |
Share setting changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
setting | The updated share setting. |
◆ OnSharingSourceNotification()
virtual void IMeetingShareHelperSink::OnSharingSourceNotification |
( |
const std::vector< ShareSource > & |
zrShareSources, |
|
|
const std::vector< ShareSource > & |
zrwShareSources |
|
) |
| |
|
pure virtual |
Sharing source changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
zrShareSources | All of meeting's sharing source list. |
zrwShareSources | Zoom Room Companion Whiteboard received share source list. |
◆ OnSharingStatusNotification()
virtual void IMeetingShareHelperSink::OnSharingStatusNotification |
( |
const SharingStatus & |
status | ) |
|
|
pure virtual |
Sharing status changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
status | The updated sharing status. |
◆ OnShowSharingInstructionResult()
Show or dismiss the sharing instruction on Zoom Room's screen result.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
result | [0] success. |
show | TRUE indicates to show the instruction on ZR screen, FALSE indicates to dismiss the instruction on ZR screen. |
instructionState | The sharing instruction display state to show, see SharingInstructionDisplayState enum. |
◆ OnSlideControlNotification()
virtual void IMeetingShareHelperSink::OnSlideControlNotification |
( |
const std::vector< SlideControlInfo > & |
slideControlInfos | ) |
|
|
pure virtual |
Slide control notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
slideControlInfos | Available slide control infos. |
- Changelog
- 6.3.0: Changed from std::vector<MeetingParticipant>& slideControlUsers to std::vector<SlideControlInfo>& slideControlInfos for multi-session-share.
◆ OnStartLocalPresentNotification()
virtual void IMeetingShareHelperSink::OnStartLocalPresentNotification |
( |
const LocalPresentationInfo & |
info | ) |
|
|
pure virtual |
Start local present meeting notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
info | Local presentation info. |
◆ OnStartLocalPresentResult()
Start local present meeting response.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isSharingMeeting | Start local present meeting request sharing meeting. |
displayState | Start local present meeting requested display state, see SharingInstructionDisplayState enum. |
◆ OnSwitchToNormalMeetingResult()
virtual void IMeetingShareHelperSink::OnSwitchToNormalMeetingResult |
( |
int |
result | ) |
|
|
pure virtual |
Switch local presentation to normal meeting result.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnUpdateAirPlayBlackMagicStatus()
Airplay black magic status changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
status | The updated Airplay black magic status. |
◆ OnUpdateCameraSharingStatus()
virtual void IMeetingShareHelperSink::OnUpdateCameraSharingStatus |
( |
const CameraSharingStatus & |
status | ) |
|
|
pure virtual |
Camera sharing status changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
status | The updated camera sharing status. |
◆ OnUpdateLocalViewStatus()
virtual void IMeetingShareHelperSink::OnUpdateLocalViewStatus |
( |
bool |
isOn | ) |
|
|
pure virtual |
Update local view status notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isOn | TRUE indicates local view for triple screens is configured and enabled. Otherwise not. |
◆ OnUpdateWhiteboardShareStatusNotification()
virtual void IMeetingShareHelperSink::OnUpdateWhiteboardShareStatusNotification |
( |
bool |
isSharing | ) |
|
|
pure virtual |
Whiteboard share status notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
isSharing | TRUE indicates is sharing whiteboard. |
◆ OnZRWSharingStatusNotification()
virtual void IMeetingShareHelperSink::OnZRWSharingStatusNotification |
( |
const ZRWSharingStatus & |
status | ) |
|
|
pure virtual |
ZRW Sharing status changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
status | The updated ZRW sharing status. |