Small fix on video tags.

This commit is contained in:
Håvar Aambø Fosstveit
2018-12-18 14:01:15 +01:00
parent 94b1db5789
commit 580b3b88e3
3 changed files with 3 additions and 0 deletions
@@ -31,6 +31,7 @@ export default class FullView extends React.Component
loading : videoProfile === 'none' loading : videoProfile === 'none'
})} })}
autoPlay autoPlay
playsInline
muted={Boolean(true)} muted={Boolean(true)}
/> />
</div> </div>
@@ -115,6 +115,7 @@ export default class PeerView extends React.Component
loading : videoProfile === 'none' loading : videoProfile === 'none'
})} })}
autoPlay autoPlay
playsInline
muted={isMe} muted={isMe}
/> />
@@ -65,6 +65,7 @@ export default class ScreenView extends React.Component
loading : screenProfile === 'none' loading : screenProfile === 'none'
})} })}
autoPlay autoPlay
playsInline
muted={Boolean(true)} muted={Boolean(true)}
/> />
</div> </div>