AudioBridgeParticipants constructor Null safety

AudioBridgeParticipants(
  1. {dynamic id,
  2. String? display,
  3. bool? setup = false,
  4. bool? muted = false,
  5. bool? talking = false,
  6. int? spatialPosition}
)

Implementation

AudioBridgeParticipants({
  this.id,
  this.display,
  this.setup = false,
  this.muted = false,
  this.talking = false,
  this.spatialPosition,
});