修复webrtc demo网页中stream拼写错误 (#2636)

This commit is contained in:
tjpgt
2023-07-07 14:57:23 +08:00
committed by GitHub
parent c86e6ba3f1
commit 3e9cc64894

View File

@@ -284,7 +284,7 @@
ss[o.app].add(o.stream);
} else {
let set = new Set();
set.add(o.steram);
set.add(o.stream);
ss[o.app] = set;
}
}