VTActiveParticipantsNotification

The VTActiveParticipantsNotification 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: Int

The number of all participants who joined the conference.


participants

participants: VTParticipant[] = []

Participants who joined the conference.