mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
修复webrtc demo网页中stream拼写错误 (#2636)
This commit is contained in:
parent
c86e6ba3f1
commit
3e9cc64894
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user