ActiveParticipants
The ActiveParticipants model gathers information about all participants who joined a specific conference. The model includes the conference alias and ID, the list of conference participants, and the number of all participants who joined the conference.
Properties
conferenceAlias
• conferenceAlias: string
The conference alias.
conferenceId
• conferenceId: string
The conference ID.
participantCount
• participantCount: number = 0
The number of all participants who joined the conference.
participants
• participants: Participant[] = []
Participants who joined the conference. This property includes a limited information about conference participants. Each Participant object includes only the participant's externalId, ID, and name. All other Participant properties include the default values.
Updated about 1 year ago