소스 검색

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