Meeting Reminder helper event callback.
More...
#include <IMeetingReminderHelper.h>
Meeting Reminder helper event callback.
Definition at line 159 of file IMeetingReminderHelper.h.
◆ ~IMeetingReminderHelperSink()
IMeetingReminderHelperSink::~IMeetingReminderHelperSink |
( |
| ) |
|
|
inline |
◆ OnCombinedConsentNotification()
virtual void IMeetingReminderHelperSink::OnCombinedConsentNotification |
( |
const CombinedConsent & |
combinedConsent | ) |
|
|
pure virtual |
Combined consent notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
combinedConsent | Combined consent. |
◆ OnConsentNotification()
virtual void IMeetingReminderHelperSink::OnConsentNotification |
( |
const ConsentInfo & |
info | ) |
|
|
pure virtual |
Consent notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Changelog
- 6.6.0: For common censent (type == CONSENT_TYPE_COMMON), use consentID to indentify different consent
◆ OnCustomizedReminderNotification()
Customized meeting reminder notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
customizedContent | Customized reminder content. |
◆ OnInactiveDetectionNotification()
virtual void IMeetingReminderHelperSink::OnInactiveDetectionNotification |
( |
bool |
isShowPrompt, |
|
|
time_t |
autoEndTime |
|
) |
| |
|
pure virtual |
Inactive detection notification.
- Since
- 6.6.0
- Zoom Rooms minimum version
- 6.6.0
This notification will be triggered when no participants are detected in the room for 30 minutes.
- Parameters
-
isShowPrompt | TRUE show inactive detection prompt. |
autoEndTime | The UTC timestamp (in seconds) at which the meeting will automatically end due to inactivity. |
◆ OnMeetingReminderNotification()
virtual void IMeetingReminderHelperSink::OnMeetingReminderNotification |
( |
const MeetingReminderContent & |
reminderContent | ) |
|
|
pure virtual |
Meeting reminder notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
reminderContent | Reminder content. |
◆ OnMessageEventNotification()
virtual void IMeetingReminderHelperSink::OnMessageEventNotification |
( |
MessageEvent |
messageEvent | ) |
|
|
pure virtual |
Message event notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnPrivacyAlertNotification()
Privacy alert notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
action | The privacy alert action. |
type | The privacy alert type. |
message | The privacy alert message. If message contains linkText, you can do PRIVACY_ALERT_ACTION_SHOW_DISCLAIMER to see detail disclaimer. |