Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
ConsentInfo Struct Reference

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,.
 

Detailed Description

Consent notification info.

Definition at line 149 of file IMeetingReminderHelper.h.

Field Documentation

◆ consentID

std::string ConsentInfo::consentID

Unique id for CONSENT_TYPE_COMMON,.

Definition at line 154 of file IMeetingReminderHelper.h.

◆ disclaimer

DisclaimerPrivacy ConsentInfo::disclaimer

Disclaimer privacy.

Definition at line 152 of file IMeetingReminderHelper.h.

◆ isShowing

bool ConsentInfo::isShowing = false

TRUE indicates Zoom Room is showing the consent.

Definition at line 153 of file IMeetingReminderHelper.h.

◆ type

ConsentType ConsentInfo::type = CONSENT_TYPE_NONE

Consent type.

Definition at line 151 of file IMeetingReminderHelper.h.