Zoom Rooms Controller SDK Reference 6.7.0
Loading...
Searching...
No Matches
ClassicWhiteboardShareStatus Struct Reference

Classic whiteboard share status. More...

#include <IMeetingShareHelper.h>

Data Fields

bool isSharing = false
 TRUE indicates classic whiteboard is being shared.
 
int32_t shareSourceID = -1
 Share source ID. -1 if not available. The share that the shareSourceID refers to can be pinned on confidence monitor screen.
 

Detailed Description

Classic whiteboard share status.

Definition at line 235 of file IMeetingShareHelper.h.

Field Documentation

◆ isSharing

bool ClassicWhiteboardShareStatus::isSharing = false

TRUE indicates classic whiteboard is being shared.

Definition at line 237 of file IMeetingShareHelper.h.

◆ shareSourceID

int32_t ClassicWhiteboardShareStatus::shareSourceID = -1

Share source ID. -1 if not available. The share that the shareSourceID refers to can be pinned on confidence monitor screen.

Definition at line 238 of file IMeetingShareHelper.h.