From 9eebcdca120b442d897f3ae38f0de6f05ac721c9 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sun, 3 Nov 2024 22:17:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E9=A2=91=E9=80=9A=E8=AF=9D?= =?UTF-8?q?=E5=91=BC=E5=8F=AB=E6=96=B9=E6=B2=A1=E6=9C=89=E8=AE=A1=E6=97=B6?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-web/src/components/rtc/RtcPrivateVideo.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/im-web/src/components/rtc/RtcPrivateVideo.vue b/im-web/src/components/rtc/RtcPrivateVideo.vue index eebdc73..f7d790d 100644 --- a/im-web/src/components/rtc/RtcPrivateVideo.vue +++ b/im-web/src/components/rtc/RtcPrivateVideo.vue @@ -246,7 +246,8 @@ this.candidates.forEach((candidate) => { this.API.sendCandidate(this.friend.id, candidate); }) - + // 开始计时 + this.startChatTime(); } }, onRTCReject(msg) {