Преглед на файлове

fix: 视频通话呼叫方没有计时的bug

xsx преди 1 година
родител
ревизия
9eebcdca12
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      im-web/src/components/rtc/RtcPrivateVideo.vue

+ 2 - 1
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) {