Piko-Piko-Pon-Taro / Remollege

2 stars 2 forks source link

roomページにてleave, teke a sheatボタン連打でCannot read property 'name' of null #148

Closed dubianhaozhi closed 4 years ago

dubianhaozhi commented 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
      }
    }

らへんが原因そう