diff --git a/www/video-rtc.js b/www/video-rtc.js index 19150ddb..e081c451 100644 --- a/www/video-rtc.js +++ b/www/video-rtc.js @@ -299,6 +299,9 @@ export class VideoRTC extends HTMLElement { this.pc.close(); this.pc = null; } + + this.video.src = ''; + this.video.srcObject = null; } /**