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.
2 parents cd5c8d0 + 2387275 commit 6123dbbCopy full SHA for 6123dbb
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();
+ List<StatsReport> reports = await _peerConnection.getStats(null);
47
reports.forEach((report) {
48
print("report => { ");
49
print(" id: " + report.id + ",");
0 commit comments