ActiveParticipants
The ActiveParticipants model gathers information about participants who joined a specific 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 and use only the Communications APIs. This property does not count Real-time Streaming viewers.
participants
• participants: Participant[] = []
The objects of all participants who joined the conference and use only the Communications APIs. The property does not contain objects of Real-time Streaming viewers.
viewerCount
• viewerCount: number = 0
The number of Real-time Streaming viewers who joined the conference.
Updated 7 months ago