Skip to content
Snippets Groups Projects
Unverified Commit 5a103455 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12332 from pedrobmarin/ref-cs-sta

refactor(connection status): remove superfluous trailing argument
parents 89f5bc57 2e2a9780
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ const collect = (conn, callback) => {
);
});
};
monitor(conn, stats, 1);
monitor(conn, stats);
};
const buildData = inboundRTP => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment