From 3e9cc64894c44ca4ee907ffbfbe2975c31791066 Mon Sep 17 00:00:00 2001 From: tjpgt <602950305@qq.com> Date: Fri, 7 Jul 2023 14:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwebrtc=20demo=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=E4=B8=ADstream=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=20?= =?UTF-8?q?(#2636)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/webrtc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/webrtc/index.html b/www/webrtc/index.html index c39d6c04..78fb905b 100644 --- a/www/webrtc/index.html +++ b/www/webrtc/index.html @@ -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; } }