|
Zoom Rooms Controller SDK Reference 7.0.0
|
Meeting Share helper event callback. More...
#include <IMeetingShareHelper.h>
Public Member Functions | |
| virtual | ~IMeetingShareHelperSink () |
| virtual void | OnStartLocalPresentNotification (const LocalPresentationInfo &info)=0 |
| Start local present meeting notification. | |
| virtual void | OnStartLocalPresentResult (bool isSharingMeeting, SharingInstructionDisplayState displayState)=0 |
| Start local present meeting response. | |
| virtual void | OnSwitchToNormalMeetingResult (int result)=0 |
| Switch local presentation to normal meeting result. | |
| virtual void | OnShowSharingInstructionResult (int result, bool show, SharingInstructionDisplayState instructionState)=0 |
| Show or dismiss the sharing instruction on Zoom Room's screen result. | |
| virtual void | OnShareSettingNotification (const ShareSetting &setting)=0 |
| Share setting changed callback. | |
| virtual void | OnSharingStatusNotification (const SharingStatus &status)=0 |
| Sharing status changed callback. | |
| virtual void | OnUpdateAirPlayBlackMagicStatus (const AirplayBlackMagicStatus &status)=0 |
| Airplay black magic status changed callback. | |
| virtual void | OnUpdateCameraSharingStatus (const CameraSharingStatus &status)=0 |
| Camera sharing status changed callback. | |
| virtual void | OnSharingSourceNotification (const std::vector< ShareSource > &zrShareSources, const std::vector< ShareSource > &zrwShareSources)=0 |
| Sharing source changed callback. | |
| virtual void | OnHDMI60FPSShareInfoNotification (bool isAllow, bool isOn, HDMI60FPSShareDisableReason disableReason)=0 |
| HDMI 60 FPS share info notification. | |
| virtual void | OnHDMIShareResolutionAndFrameRateNotification (const std::vector< HDMIShareResolutionAndFrameRateOption > &selectionList, uint32_t selectedType)=0 |
| HDMI share resolution and frame rate options notification. | |
| virtual void | OnLocalHDMIShareAudioPlaybackNotification (bool isEnabled)=0 |
| Local HDMI share audio playback notification. | |
| virtual void | OnUpdateClassicWhiteboardShareStatusNotification (const ClassicWhiteboardShareStatus &status)=0 |
| Classic whiteboard share status notification. | |
| virtual void | OnZRWSharingStatusNotification (const ZRWSharingStatus &status)=0 |
| ZRW Sharing status changed callback. | |
| virtual void | OnUpdateLocalViewStatus (bool isOn)=0 |
| Update local view status notification. | |
| virtual void | OnIncomingMeetingShareNotification (const IncomingMeetingShareNot ¬i)=0 |
| Incoming meeting share notification. | |
| virtual void | OnSlideControlNotification (const std::vector< SlideControlInfo > &slideControlInfos)=0 |
| Slide control notification. | |
| virtual void | OnDocsShareSettingsNotification (const DocsShareSettingsInfo &info)=0 |
| Docs share settings notification. | |
Meeting Share helper event callback.
Definition at line 261 of file IMeetingShareHelper.h.
|
inlinevirtual |
Definition at line 264 of file IMeetingShareHelper.h.
|
pure virtual |
Docs share settings notification.
| info | The docs share settings info. |
|
pure virtual |
HDMI 60 FPS share info notification.
| isAllow | TRUE indicates hdmi 60 fps share is allowed. |
| isOn | TRUE indicates hdmi 60 fps share is on. |
| disableReason | Disable reason, see HDMI60FPSShareDisableReason enum. |
|
pure virtual |
HDMI share resolution and frame rate options notification.
This callback is triggered when the available HDMI share resolution and frame rate options change or the currently selected option changes.
| selectionList | Available resolution and frame rate options. |
| selectedType | The currently selected resolution and frame rate type. |
|
pure virtual |
Incoming meeting share notification.
| noti | The notification info. |
|
pure virtual |
Local HDMI share audio playback notification.
| isEnabled | TRUE indicates local HDMI share audio playback is enabled. |
|
pure virtual |
Share setting changed callback.
| setting | The updated share setting. |
|
pure virtual |
Sharing source changed callback.
| zrShareSources | All of meeting's sharing source list. |
| zrwShareSources | Zoom Room Companion Whiteboard received share source list. |
|
pure virtual |
Sharing status changed callback.
| status | The updated sharing status. |
|
pure virtual |
Show or dismiss the sharing instruction on Zoom Room's screen result.
| 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. |
|
pure virtual |
Slide control notification.
| slideControlInfos | Available slide control infos. |
|
pure virtual |
Start local present meeting notification.
| info | Local presentation info. |
|
pure virtual |
Start local present meeting response.
| isSharingMeeting | Start local present meeting request sharing meeting. |
| displayState | Start local present meeting requested display state, see SharingInstructionDisplayState enum. |
|
pure virtual |
Switch local presentation to normal meeting result.
| result | [0] success. |
|
pure virtual |
Airplay black magic status changed callback.
| status | The updated Airplay black magic status. |
|
pure virtual |
Camera sharing status changed callback.
| status | The updated camera sharing status. |
|
pure virtual |
Classic whiteboard share status notification.
| status | Classic whiteboard share status, see ClassicWhiteboardShareStatus. |
|
pure virtual |
Update local view status notification.
| isOn | TRUE indicates local view for triple screens is configured and enabled. Otherwise not. |
|
pure virtual |
ZRW Sharing status changed callback.
| status | The updated ZRW sharing status. |