mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +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);
|
ss[o.app].add(o.stream);
|
||||||
} else {
|
} else {
|
||||||
let set = new Set();
|
let set = new Set();
|
||||||
set.add(o.steram);
|
set.add(o.stream);
|
||||||
ss[o.app] = set;
|
ss[o.app] = set;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user