QuickRTCAudioRenderer constructor
const
QuickRTCAudioRenderer({
- Key? key,
- MediaStream? stream,
- RemoteStream? remoteStream,
- bool muted = false,
- VoidCallback? onPlaying,
- void onError(
- dynamic error
Implementation
const QuickRTCAudioRenderer({
super.key,
this.stream,
this.remoteStream,
this.muted = false,
this.onPlaying,
this.onError,
});