浏览代码

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