Zoom Rooms Controller SDK Reference 6.5.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.
 

Detailed Description

Consent notification info.

Definition at line 148 of file IMeetingReminderHelper.h.

Field Documentation

◆ disclaimer

DisclaimerPrivacy ConsentInfo::disclaimer

Disclaimer privacy.

Definition at line 151 of file IMeetingReminderHelper.h.

◆ isShowing

bool ConsentInfo::isShowing = false

TRUE indicates Zoom Room is showing the consent.

Definition at line 152 of file IMeetingReminderHelper.h.

◆ type

ConsentType ConsentInfo::type = CONSENT_TYPE_NONE

Consent type.

Definition at line 150 of file IMeetingReminderHelper.h.