Skip to content

Commit c47e709

Browse files
committed
Update.
1 parent 883cb66 commit c47e709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/basic_sample/loopback_sample.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class _MyAppState extends State<LoopBackSample> {
4343

4444
void handleStatsReport(Timer timer) async {
4545
if (_peerConnection != null) {
46-
List<StatsReport> reports = await _peerConnection.getStats(null);
46+
List<StatsReport> reports = await _peerConnection.getStats();
4747
reports.forEach((report) {
4848
print("report => { ");
4949
print(" id: " + report.id + ",");

0 commit comments

Comments
 (0)