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

Webinar attendee base info. More...

#include <IMeetingWebinarHelper.h>

Data Fields

int32_t attendeeCount = 0
 Attendees count.
 
int32_t raisedCount = 0
 Attendees raised hand count.
 

Detailed Description

Webinar attendee base info.

Definition at line 44 of file IMeetingWebinarHelper.h.

Field Documentation

◆ attendeeCount

int32_t WebinarAttendeeBaseInfo::attendeeCount = 0

Attendees count.

Definition at line 46 of file IMeetingWebinarHelper.h.

◆ raisedCount

int32_t WebinarAttendeeBaseInfo::raisedCount = 0

Attendees raised hand count.

Definition at line 47 of file IMeetingWebinarHelper.h.