ActiveParticipantsEventType
The ActiveParticipantsEventType model gathers information about participants who joined a specific conference. The model is supported in SDK 3.8 and later.
Properties
conferenceAlias
• conferenceAlias: string
The conference alias.
conferenceId
• conferenceId: string
The conference ID.
participantCount
• participantCount: number
The participant count.
participants
• participants: [Participant]
The list of active participants.
Updated 6 months ago