Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
Docs share settings info.
Definition at line 224 of file IMeetingShareHelper.h.
DocsInitiatePrivilegeType DocsShareSettingsInfo::initiatePrivilege = DocsInitiatePrivilegeTypeUnknown |
Who can initiate new docs in the meeting.
Definition at line 229 of file IMeetingShareHelper.h.
bool DocsShareSettingsInfo::isAllowParticipantsToShare = false |
True indicates allow participants to share docs. Otherwise not.
Definition at line 227 of file IMeetingShareHelper.h.
bool DocsShareSettingsInfo::isLocked = false |
TRUE indicates settings are locked. Otherwise not.
Definition at line 230 of file IMeetingShareHelper.h.
bool DocsShareSettingsInfo::isSupported = false |
True indicates the current meeting supports changing docs share settings. Otherwise not.
Definition at line 226 of file IMeetingShareHelper.h.
DocsSharePrivilegeType DocsShareSettingsInfo::sharePrivilege = DocsSharePrivilegeTypeUnknown |
Who can start share when someone else is sharing.
Definition at line 228 of file IMeetingShareHelper.h.