Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Apr 8, 2021
1 parent 2cad23c commit 894f12d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/devices/input-output/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function handleError(error) {
function start() {
if (window.stream) {
window.stream.getTracks().forEach(track => {
window.stream.removeTrack(track);
track.stop();
});
}
Expand Down

0 comments on commit 894f12d

Please sign in to comment.