QuickRTCAudioRenderers constructor

const QuickRTCAudioRenderers({
  1. Key? key,
  2. required List<RemoteParticipant> participants,
  3. void onError(
    1. String participantId,
    2. dynamic error
    )?,
})

Implementation

const QuickRTCAudioRenderers({
  super.key,
  required this.participants,
  this.onError,
});