VTConferenceStatusNotification
The VTConferenceStatusNotification model gathers information about the subscribed conference and its participants. This event is sent after subscribe method call.
Properties
conferenceAlias
▸ conferenceAlias: String
The alias of the created conference.
conferenceID
▸ conferenceID: String
The ID of the created conference.
live
▸ live: Bool
Check if conference is live.
participants
▸ participants: [VTParticipant]
The list of conference participants.