ConferenceStatusNotificationData constructor

ConferenceStatusNotificationData(
  1. String? conferenceAlias,
  2. String? conferenceId,
  3. bool? live,
  4. List<Participant> participants,
)

Implementation

ConferenceStatusNotificationData(
  this.conferenceAlias,
  this.conferenceId,
  this.live,
  this.participants,
);