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

Dynamic webinar attendee list response. For unencrypted attendee list and index is 0, should clean up local list before add participants. More...

#include <IMeetingWebinarHelper.h>

Data Fields

DynamicWebinarAttendeeListType attendeeListType = DynamicWebinarAttendeeListType_Unknown
 List type, see DynamicWebinarAttendeeListType enum.
 
int32_t result = 0
 Result, [0] for success.
 
std::string keywords
 Search filter keywords. If it is an empty string indicates that the attendees are at most the first 100 attendees. Otherwise, attendees are the search result.
 
int32_t totalOfAttendees = 0
 Total count of attendees.
 
std::vector< MeetingParticipantattendees
 Response attendee list.
 
int32_t index = 0
 Current attendee list start index.
 

Detailed Description

Dynamic webinar attendee list response. For unencrypted attendee list and index is 0, should clean up local list before add participants.

Definition at line 52 of file IMeetingWebinarHelper.h.

Field Documentation

◆ attendeeListType

DynamicWebinarAttendeeListType DynamicWebinarAttendeeListRes::attendeeListType = DynamicWebinarAttendeeListType_Unknown

List type, see DynamicWebinarAttendeeListType enum.

Definition at line 54 of file IMeetingWebinarHelper.h.

◆ attendees

std::vector<MeetingParticipant> DynamicWebinarAttendeeListRes::attendees

Response attendee list.

Definition at line 59 of file IMeetingWebinarHelper.h.

◆ index

int32_t DynamicWebinarAttendeeListRes::index = 0

Current attendee list start index.

Definition at line 60 of file IMeetingWebinarHelper.h.

◆ keywords

std::string DynamicWebinarAttendeeListRes::keywords

Search filter keywords. If it is an empty string indicates that the attendees are at most the first 100 attendees. Otherwise, attendees are the search result.

Definition at line 57 of file IMeetingWebinarHelper.h.

◆ result

int32_t DynamicWebinarAttendeeListRes::result = 0

Result, [0] for success.

Definition at line 56 of file IMeetingWebinarHelper.h.

◆ totalOfAttendees

int32_t DynamicWebinarAttendeeListRes::totalOfAttendees = 0

Total count of attendees.

Definition at line 58 of file IMeetingWebinarHelper.h.