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

Docs share settings info. More...

#include <IMeetingShareHelper.h>

Data Fields

bool isSupported = false
 True indicates the current meeting supports changing docs share settings. Otherwise not.
 
bool isAllowParticipantsToShare = false
 True indicates allow participants to share docs. Otherwise not.
 
DocsSharePrivilegeType sharePrivilege = DocsSharePrivilegeTypeUnknown
 Who can start share when someone else is sharing.
 
DocsInitiatePrivilegeType initiatePrivilege = DocsInitiatePrivilegeTypeUnknown
 Who can initiate new docs in the meeting.
 
bool isLocked = false
 TRUE indicates settings are locked. Otherwise not.
 

Detailed Description

Docs share settings info.

Definition at line 224 of file IMeetingShareHelper.h.

Field Documentation

◆ initiatePrivilege

DocsInitiatePrivilegeType DocsShareSettingsInfo::initiatePrivilege = DocsInitiatePrivilegeTypeUnknown

Who can initiate new docs in the meeting.

Definition at line 229 of file IMeetingShareHelper.h.

◆ isAllowParticipantsToShare

bool DocsShareSettingsInfo::isAllowParticipantsToShare = false

True indicates allow participants to share docs. Otherwise not.

Definition at line 227 of file IMeetingShareHelper.h.

◆ isLocked

bool DocsShareSettingsInfo::isLocked = false

TRUE indicates settings are locked. Otherwise not.

Definition at line 230 of file IMeetingShareHelper.h.

◆ isSupported

bool DocsShareSettingsInfo::isSupported = false

True indicates the current meeting supports changing docs share settings. Otherwise not.

Definition at line 226 of file IMeetingShareHelper.h.

◆ sharePrivilege

DocsSharePrivilegeType DocsShareSettingsInfo::sharePrivilege = DocsSharePrivilegeTypeUnknown

Who can start share when someone else is sharing.

Definition at line 228 of file IMeetingShareHelper.h.