Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting Reminder interfaces. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | PrivacyMessage |
Privacy message Privacy message contains hyperlink to privacy policy. More... | |
struct | DisclaimerPrivacy |
Disclaimer privacy. Disclaimer privacy information, UI structure follows title -> privacyMessage(or privacySection from ZR) -> message -> link -> action. More... | |
struct | MeetingReminderContent |
Meeting reminder content. More... | |
struct | CustomizedMeetingReminderContent |
Customized meeting reminder content. More... | |
struct | CombinedConsent |
Combined consent. More... | |
struct | ConsentInfo |
Consent notification info. More... | |
class | IMeetingReminderHelperSink |
Meeting Reminder helper event callback. More... | |
class | IMeetingReminderHelper |
Meeting Reminder helper interface. More... | |
Meeting Reminder interfaces.
Definition in file IMeetingReminderHelper.h.
enum ConsentType |
Privacy consent type. Here are more detailed structural descriptions.
Definition at line 42 of file IMeetingReminderHelper.h.
Customized meeting reminder type, reminder content is set by ZR. Here are more detailed structural descriptions.
Enumerator | |
---|---|
CUSTOMIZED_REMINDER_TYPE_NONE | Invalid. |
CUSTOMIZED_REMINDER_TYPE_ONZOOM_JOIN_AS_PANELIST | Customized reminder type of join ONZOOM as panelist. |
Definition at line 32 of file IMeetingReminderHelper.h.
enum MeetingReminderType |
Meeting reminder type. Here are more detailed structural descriptions.
Definition at line 17 of file IMeetingReminderHelper.h.
enum MessageEvent |
Meeting message event Here are more detailed structural descriptions.
Definition at line 87 of file IMeetingReminderHelper.h.
enum PrivacyAlertAction |
Privacy alert action. Here are more detailed structural descriptions.
Definition at line 74 of file IMeetingReminderHelper.h.
enum PrivacyAlertType |
Privacy alert type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
PRIVACY_ALERT_TYPE_LIVE_TRANSCRIPTION | Privacy alert type live transcription. |
PRIVACY_ALERT_TYPE_NEW_LTT_CAPTION | Privacy alert type new LTT caption. |
Definition at line 64 of file IMeetingReminderHelper.h.