AudioBridgeParticipants constructor Null safety
Implementation
AudioBridgeParticipants({
this.id,
this.display,
required this.setup,
required this.muted,
required this.talking,
this.spatialPosition,});
AudioBridgeParticipants({
this.id,
this.display,
required this.setup,
required this.muted,
required this.talking,
this.spatialPosition,});