|
Zoom Rooms Controller SDK Reference 7.1.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 128 of file IMeetingReminderHelper.h.
| std::string ConsentInfo::consentID |
Unique id for CONSENT_TYPE_COMMON,.
Definition at line 133 of file IMeetingReminderHelper.h.
| DisclaimerPrivacy ConsentInfo::disclaimer |
Disclaimer privacy.
Definition at line 131 of file IMeetingReminderHelper.h.
| bool ConsentInfo::isShowing = false |
TRUE indicates Zoom Room is showing the consent.
Definition at line 132 of file IMeetingReminderHelper.h.
| ConsentType ConsentInfo::type = CONSENT_TYPE_NONE |
Consent type.
Definition at line 130 of file IMeetingReminderHelper.h.