From 8f15c0fa24707523b0fd9884ec176d9d37984519 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sat, 22 Jun 2024 04:20:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=95=E4=BA=BA=E9=9F=B3=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=8A=9F=E8=83=BD=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 + im-ui/src/components/rtc/RtcGroupVideo.vue | 802 +-------------------- 2 files changed, 24 insertions(+), 781 deletions(-) diff --git a/.gitignore b/.gitignore index 2b4b40c..6e07688 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ /im-uniapp/unpackage/ /im-uniapp/hybrid/ /im-uniapp/package-lock.json +/im-ui/src/components/rtc/LocalVideo.vue +/im-ui/src/components/rtc/RemoteVideo.vue +/im-ui/src/components/rtc/RtcGroupAcceptor.vue diff --git a/im-ui/src/components/rtc/RtcGroupVideo.vue b/im-ui/src/components/rtc/RtcGroupVideo.vue index b7e7f27..d5d028d 100644 --- a/im-ui/src/components/rtc/RtcGroupVideo.vue +++ b/im-ui/src/components/rtc/RtcGroupVideo.vue @@ -1,802 +1,42 @@ \ No newline at end of file