Commit 2dfa175b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Create video element early.

parent 3c04d48b
...@@ -341,6 +341,8 @@ function gotDownStream(c) { ...@@ -341,6 +341,8 @@ function gotDownStream(c) {
c.onstats = gotDownStats; c.onstats = gotDownStats;
if(getSettings().activityDetection) if(getSettings().activityDetection)
c.setStatsInterval(activityDetectionInterval); c.setStatsInterval(activityDetectionInterval);
setMedia(c, false);
} }
// Store current browser viewport height in css variable // Store current browser viewport height in css variable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment