mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Create video element early.
This commit is contained in:
parent
3c04d48b85
commit
2dfa175bd1
1 changed files with 2 additions and 0 deletions
|
@ -341,6 +341,8 @@ function gotDownStream(c) {
|
|||
c.onstats = gotDownStats;
|
||||
if(getSettings().activityDetection)
|
||||
c.setStatsInterval(activityDetectionInterval);
|
||||
|
||||
setMedia(c, false);
|
||||
}
|
||||
|
||||
// Store current browser viewport height in css variable
|
||||
|
|
Loading…
Reference in a new issue