Zoom Rooms Controller SDK Reference 6.5.0
|
Share source item Every share in the meeting will show up as a share source. More...
#include <IMeetingShareHelper.h>
Data Fields | |
int32_t | userID = 0 |
User ID that the share source belongs to. | |
int32_t | shareSourceID = 0 |
Share source ID. | |
ShareSourceType | shareSourceType = ShareSourceTypeUnknown |
Share source type. | |
bool | isSharingAudio = false |
TRUE indicates share source with audio. Otherwise not. | |
bool | isAudioMuted = false |
TRUE indicates share source audio is muted. Otherwise not. | |
ConfInstType | fromType = ConfInstTypeUnknown |
Share source from conf instance type. | |
Share source item Every share in the meeting will show up as a share source.
Definition at line 171 of file IMeetingShareHelper.h.
ConfInstType ShareSource::fromType = ConfInstTypeUnknown |
Share source from conf instance type.
Definition at line 178 of file IMeetingShareHelper.h.
bool ShareSource::isAudioMuted = false |
TRUE indicates share source audio is muted. Otherwise not.
Definition at line 177 of file IMeetingShareHelper.h.
bool ShareSource::isSharingAudio = false |
TRUE indicates share source with audio. Otherwise not.
Definition at line 176 of file IMeetingShareHelper.h.
int32_t ShareSource::shareSourceID = 0 |
Share source ID.
Definition at line 174 of file IMeetingShareHelper.h.
ShareSourceType ShareSource::shareSourceType = ShareSourceTypeUnknown |
Share source type.
Definition at line 175 of file IMeetingShareHelper.h.
int32_t ShareSource::userID = 0 |
User ID that the share source belongs to.
Definition at line 173 of file IMeetingShareHelper.h.