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

Privacy message Privacy message contains hyperlink to privacy policy. More...

#include <IMeetingReminderHelper.h>

Data Fields

std::string privacyMessage
 Privacy message body.
 
std::string hyperlinkKey
 Hyperlink text key of the privacy message.
 
std::string hyperlinkURL
 Hyperlink text url of the privacy message.
 

Detailed Description

Privacy message Privacy message contains hyperlink to privacy policy.

Definition at line 98 of file IMeetingReminderHelper.h.

Field Documentation

◆ hyperlinkKey

std::string PrivacyMessage::hyperlinkKey

Hyperlink text key of the privacy message.

Definition at line 101 of file IMeetingReminderHelper.h.

◆ hyperlinkURL

std::string PrivacyMessage::hyperlinkURL

Hyperlink text url of the privacy message.

Definition at line 102 of file IMeetingReminderHelper.h.

◆ privacyMessage

std::string PrivacyMessage::privacyMessage

Privacy message body.

Definition at line 100 of file IMeetingReminderHelper.h.