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) {