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

Cloud whiteboard status. More...

#include <ICloudWhiteboardHelper.h>

Data Fields

bool isWhiteboardOpen = false
 TRUE indicates cloud whiteboard is open.
 
bool shouldPromptSave = false
 TRUE indicates should prompt save dialog when leave meeting..
 

Detailed Description

Cloud whiteboard status.

Definition at line 71 of file ICloudWhiteboardHelper.h.

Field Documentation

◆ isWhiteboardOpen

bool CloudWhiteboardStatus::isWhiteboardOpen = false

TRUE indicates cloud whiteboard is open.

Definition at line 73 of file ICloudWhiteboardHelper.h.

◆ shouldPromptSave

bool CloudWhiteboardStatus::shouldPromptSave = false

TRUE indicates should prompt save dialog when leave meeting..

Definition at line 74 of file ICloudWhiteboardHelper.h.