Remove stray debugging message.
This commit is contained in:
@@ -1499,7 +1499,6 @@ Stream.prototype.updateStats = async function() {
|
|||||||
if(report) {
|
if(report) {
|
||||||
for(let r of report.values()) {
|
for(let r of report.values()) {
|
||||||
if(stid && r.type === 'outbound-rtp') {
|
if(stid && r.type === 'outbound-rtp') {
|
||||||
console.log(r);
|
|
||||||
let id = stid;
|
let id = stid;
|
||||||
// Firefox doesn't implement rid, use ssrc
|
// Firefox doesn't implement rid, use ssrc
|
||||||
// to discriminate simulcast tracks.
|
// to discriminate simulcast tracks.
|
||||||
|
|||||||
Reference in New Issue
Block a user