VTConferenceStatusNotification
The VTConferenceStatusNotification model includes information about the conference status, such as the conference alias, ID, information whether the conference is ongoing, and the list of the conference participants.
Properties
conferenceAlias
▸ conferenceAlias: String
The conference alias.
conferenceID
▸ conferenceID: String
The conference ID.
live
▸ live: Bool
Information whether the conference is ongoing.
participants
▸ participants: [VTParticipant]
The list of the conference participants.
Updated almost 2 years ago