QuickRTCAudioRenderers constructor
const
QuickRTCAudioRenderers({
- Key? key,
- required List<
RemoteParticipant> participants, - void onError(
- String participantId,
- dynamic error
Implementation
const QuickRTCAudioRenderers({
super.key,
required this.participants,
this.onError,
});