Closed dubianhaozhi closed 4 years ago
VideoArea.vueの
closeCall() { if (this.existingCall) { this.existingCall.close() this.localStream.getAudioTracks()[0].stop() this.localStream.getVideoTracks()[0].stop() this.existingCall = null } }
らへんが原因そう
VideoArea.vueの
らへんが原因そう