diff --git a/src/io/video.js b/src/io/video.js index fef15d5c9..d9e155454 100644 --- a/src/io/video.js +++ b/src/io/video.js @@ -221,6 +221,7 @@ class Video { }, stream => { // if we disabled video in the meantime... if (!this._video) { + stream.getTracks()[0].stop(); this._singleSetup = null; return; }