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

Webinar participants count info. More...

#include <IMeetingWebinarHelper.h>

Data Fields

int32_t panelistCount = 0
 Panelists count.
 
int32_t attendeeCount = 0
 Attendees count.
 

Detailed Description

Webinar participants count info.

Definition at line 65 of file IMeetingWebinarHelper.h.

Field Documentation

◆ attendeeCount

int32_t WebinarParticipantCountInfo::attendeeCount = 0

Attendees count.

Definition at line 68 of file IMeetingWebinarHelper.h.

◆ panelistCount

int32_t WebinarParticipantCountInfo::panelistCount = 0

Panelists count.

Definition at line 67 of file IMeetingWebinarHelper.h.