Zoom Rooms Controller SDK Reference 6.6.0
|
Consent notification info. More...
#include <IMeetingReminderHelper.h>
Data Fields | |
ConsentType | type = CONSENT_TYPE_NONE |
Consent type. | |
DisclaimerPrivacy | disclaimer |
Disclaimer privacy. | |
bool | isShowing = false |
TRUE indicates Zoom Room is showing the consent. | |
std::string | consentID |
Unique id for CONSENT_TYPE_COMMON,. | |
Consent notification info.
Definition at line 149 of file IMeetingReminderHelper.h.
std::string ConsentInfo::consentID |
Unique id for CONSENT_TYPE_COMMON,.
Definition at line 154 of file IMeetingReminderHelper.h.
DisclaimerPrivacy ConsentInfo::disclaimer |
Disclaimer privacy.
Definition at line 152 of file IMeetingReminderHelper.h.
bool ConsentInfo::isShowing = false |
TRUE indicates Zoom Room is showing the consent.
Definition at line 153 of file IMeetingReminderHelper.h.
ConsentType ConsentInfo::type = CONSENT_TYPE_NONE |
Consent type.
Definition at line 151 of file IMeetingReminderHelper.h.