From 0838f6c875a4ed60ea40b7818cfb44a06742f306 Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Fri, 13 Apr 2018 11:12:44 -0400 Subject: [PATCH] Remove duplicate play --- src/io/video.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/io/video.js b/src/io/video.js index 5937466f6..ba05ff244 100644 --- a/src/io/video.js +++ b/src/io/video.js @@ -255,7 +255,6 @@ class Video { } catch (error) { this._video.src = window.URL.createObjectURL(stream); } - this._video.play(); // Hint to the stream that it should load. A standard way to do this // is add the video tag to the DOM. Since this extension wants to // hide the video tag and instead render a sample of the stream into