From 3a98cee2b716e4f669f226d8ded875a1259eaf36 Mon Sep 17 00:00:00 2001 From: liqi Date: Wed, 3 Dec 2025 15:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E8=A7=86=E9=A2=91=E9=80=9A=E8=AF=9D?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AE=8C=E6=88=90=EF=BC=88P2P=EF=BC=89?= =?UTF-8?q?=E8=AF=BB=E7=A7=92=20=E5=B7=B2=E7=9F=A5=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9A=20=E6=96=87=E4=BB=B6=E6=97=A0=E6=B3=95=E5=8F=91?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/call/CallWindow.vue | 170 ++++++++---- src/composables/useWebRTC.ts | 340 ++++++++++++------------ src/views/chat/ChatView.vue | 398 +++++++++++++++++++++++------ 3 files changed, 619 insertions(+), 289 deletions(-) diff --git a/src/components/call/CallWindow.vue b/src/components/call/CallWindow.vue index 1858f77..3184fcf 100644 --- a/src/components/call/CallWindow.vue +++ b/src/components/call/CallWindow.vue @@ -1,31 +1,29 @@