ParticipantInfoWidget constructor

const ParticipantInfoWidget({
  1. String? title,
  2. bool audioAvailable = true,
  3. ConnectionQuality connectionQuality = ConnectionQuality.unknown,
  4. bool isScreenShare = false,
  5. bool enabledE2EE = false,
  6. Key? key,
})

Implementation

const ParticipantInfoWidget({
  this.title,
  this.audioAvailable = true,
  this.connectionQuality = ConnectionQuality.unknown,
  this.isScreenShare = false,
  this.enabledE2EE = false,
  super.key,
});