We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883cb66 commit c47e709Copy full SHA for c47e709
lib/src/basic_sample/loopback_sample.dart
@@ -43,7 +43,7 @@ class _MyAppState extends State<LoopBackSample> {
43
44
void handleStatsReport(Timer timer) async {
45
if (_peerConnection != null) {
46
- List<StatsReport> reports = await _peerConnection.getStats(null);
+ List<StatsReport> reports = await _peerConnection.getStats();
47
reports.forEach((report) {
48
print("report => { ");
49
print(" id: " + report.id + ",");
0 commit comments