|
Zoom Rooms Controller SDK Reference 7.1.0
|
ZR warning information. More...
#include <IPreMeetingService.h>
Data Fields | |
| bool | isShowing = false |
| TRUE indicates Zoom Room is showing the warning. | |
| DisclaimerPrivacy | disclaimer |
| Warning disclaimer content from Zoom Room. privacyMessage is not populated for this warning. | |
| std::string | warningID |
| Warning identifier used when reporting the user's action. | |
ZR warning information.
ZR warning information contains the display content and identifier for a warning delivered by Zoom Room.
Definition at line 28 of file IPreMeetingService.h.
| DisclaimerPrivacy ZRWarningInfo::disclaimer |
Warning disclaimer content from Zoom Room. privacyMessage is not populated for this warning.
Definition at line 31 of file IPreMeetingService.h.
| bool ZRWarningInfo::isShowing = false |
TRUE indicates Zoom Room is showing the warning.
Definition at line 30 of file IPreMeetingService.h.
| std::string ZRWarningInfo::warningID |
Warning identifier used when reporting the user's action.
Definition at line 32 of file IPreMeetingService.h.