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

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.
 

Detailed Description

Share source item Every share in the meeting will show up as a share source.

Definition at line 171 of file IMeetingShareHelper.h.

Field Documentation

◆ fromType

ConfInstType ShareSource::fromType = ConfInstTypeUnknown

Share source from conf instance type.

Definition at line 178 of file IMeetingShareHelper.h.

◆ isAudioMuted

bool ShareSource::isAudioMuted = false

TRUE indicates share source audio is muted. Otherwise not.

Definition at line 177 of file IMeetingShareHelper.h.

◆ isSharingAudio

bool ShareSource::isSharingAudio = false

TRUE indicates share source with audio. Otherwise not.

Definition at line 176 of file IMeetingShareHelper.h.

◆ shareSourceID

int32_t ShareSource::shareSourceID = 0

Share source ID.

Definition at line 174 of file IMeetingShareHelper.h.

◆ shareSourceType

ShareSourceType ShareSource::shareSourceType = ShareSourceTypeUnknown

Share source type.

Definition at line 175 of file IMeetingShareHelper.h.

◆ userID

int32_t ShareSource::userID = 0

User ID that the share source belongs to.

Definition at line 173 of file IMeetingShareHelper.h.