Zoom Rooms Controller SDK Reference 6.5.0
|
Disclaimer privacy. Disclaimer privacy information, UI structure follows title -> privacyMessage(or privacySection from ZR) -> message -> link -> action. More...
#include <IMeetingReminderHelper.h>
Data Fields | |
std::string | title |
Disclaimer title. | |
PrivacyMessage | privacyMessage |
Privacy message, supported type: REMINDER_TYPE_RECORDING_REMINDER, CONSENT_TYPE_ARCHIVING, CONSENT_TYPE_NDI, CONSENT_TYPE_ZOOM_PHONE_ACR, CONSENT_TYPE_MEETING_SUMMARY, CONSENT_TYPE_CUSTOM_AI_COMPANION. | |
std::string | message |
Disclaimer message. | |
std::string | linkUrl |
Disclaimer privacy link url. If linkUrl is not empty, link is valid. | |
std::string | linkText |
Disclaimer privacy link text. If linkText is not empty, indicates this is a suggested clickable text to navigate to a linkUrl or do PRIVACY_ALERT_ACTION_SHOW_DISCLAIMER. | |
std::string | positiveActionText |
Positive button text. If positiveActionText is not empty, action is valid. | |
std::string | negativeActionText |
Negative button text. If negativeActionText is not empty, action is valid. | |
std::string | privacySection |
Privacy section from ZR, this section contains URLSpan. REMINDER_TYPE_RECORDING_REMINDER , CONSENT_TYPE_MEETING_QUERY, see Zoom -> Account Setting ->Recording -> Customize Disclaimer. | |
Disclaimer privacy. Disclaimer privacy information, UI structure follows title -> privacyMessage(or privacySection from ZR) -> message -> link -> action.
Definition at line 107 of file IMeetingReminderHelper.h.
std::string DisclaimerPrivacy::linkText |
Disclaimer privacy link text. If linkText is not empty, indicates this is a suggested clickable text to navigate to a linkUrl or do PRIVACY_ALERT_ACTION_SHOW_DISCLAIMER.
Definition at line 113 of file IMeetingReminderHelper.h.
std::string DisclaimerPrivacy::linkUrl |
Disclaimer privacy link url. If linkUrl is not empty, link is valid.
Definition at line 112 of file IMeetingReminderHelper.h.
std::string DisclaimerPrivacy::message |
Disclaimer message.
Definition at line 111 of file IMeetingReminderHelper.h.
std::string DisclaimerPrivacy::negativeActionText |
Negative button text. If negativeActionText is not empty, action is valid.
Definition at line 115 of file IMeetingReminderHelper.h.
std::string DisclaimerPrivacy::positiveActionText |
Positive button text. If positiveActionText is not empty, action is valid.
Definition at line 114 of file IMeetingReminderHelper.h.
PrivacyMessage DisclaimerPrivacy::privacyMessage |
Privacy message, supported type: REMINDER_TYPE_RECORDING_REMINDER, CONSENT_TYPE_ARCHIVING, CONSENT_TYPE_NDI, CONSENT_TYPE_ZOOM_PHONE_ACR, CONSENT_TYPE_MEETING_SUMMARY, CONSENT_TYPE_CUSTOM_AI_COMPANION.
Definition at line 110 of file IMeetingReminderHelper.h.
std::string DisclaimerPrivacy::privacySection |
Privacy section from ZR, this section contains URLSpan. REMINDER_TYPE_RECORDING_REMINDER , CONSENT_TYPE_MEETING_QUERY, see Zoom -> Account Setting ->Recording -> Customize Disclaimer.
Definition at line 116 of file IMeetingReminderHelper.h.
std::string DisclaimerPrivacy::title |
Disclaimer title.
Definition at line 109 of file IMeetingReminderHelper.h.