1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-12 19:55:59 +01:00

Create video element early.

This commit is contained in:
Juliusz Chroboczek 2020-12-25 20:29:46 +01:00
parent 3c04d48b85
commit 2dfa175bd1

View file

@ -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