Browse Source

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

master
xsx 1 year ago
parent
commit
9eebcdca12
  1. 3
      im-web/src/components/rtc/RtcPrivateVideo.vue

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

Loading…
Cancel
Save