Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
CombinedConsent Struct Reference

Combined consent. More...

#include <IMeetingReminderHelper.h>

Data Fields

bool isShowing = false
 TRUE indicates Zoom Room is showing the combined consent.
 
int64_t type = 0
 Combined consent type.
 
DisclaimerPrivacy disclaimerPrivacy
 Disclaimer privacy.
 

Detailed Description

Combined consent.

Definition at line 139 of file IMeetingReminderHelper.h.

Field Documentation

◆ disclaimerPrivacy

DisclaimerPrivacy CombinedConsent::disclaimerPrivacy

Disclaimer privacy.

Definition at line 143 of file IMeetingReminderHelper.h.

◆ isShowing

bool CombinedConsent::isShowing = false

TRUE indicates Zoom Room is showing the combined consent.

Definition at line 141 of file IMeetingReminderHelper.h.

◆ type

int64_t CombinedConsent::type = 0

Combined consent type.

Definition at line 142 of file IMeetingReminderHelper.h.