From 580b3b88e3a077d46725982da82421851a34131d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Tue, 18 Dec 2018 14:01:15 +0100 Subject: [PATCH] Small fix on video tags. --- app/lib/components/VideoContainers/FullView.jsx | 1 + app/lib/components/VideoContainers/PeerView.jsx | 1 + app/lib/components/VideoContainers/ScreenView.jsx | 1 + 3 files changed, 3 insertions(+) diff --git a/app/lib/components/VideoContainers/FullView.jsx b/app/lib/components/VideoContainers/FullView.jsx index 24faf2b..6d5c47b 100644 --- a/app/lib/components/VideoContainers/FullView.jsx +++ b/app/lib/components/VideoContainers/FullView.jsx @@ -31,6 +31,7 @@ export default class FullView extends React.Component loading : videoProfile === 'none' })} autoPlay + playsInline muted={Boolean(true)} /> diff --git a/app/lib/components/VideoContainers/PeerView.jsx b/app/lib/components/VideoContainers/PeerView.jsx index c428634..1ca4543 100644 --- a/app/lib/components/VideoContainers/PeerView.jsx +++ b/app/lib/components/VideoContainers/PeerView.jsx @@ -115,6 +115,7 @@ export default class PeerView extends React.Component loading : videoProfile === 'none' })} autoPlay + playsInline muted={isMe} /> diff --git a/app/lib/components/VideoContainers/ScreenView.jsx b/app/lib/components/VideoContainers/ScreenView.jsx index 72dc031..9ffa0d3 100644 --- a/app/lib/components/VideoContainers/ScreenView.jsx +++ b/app/lib/components/VideoContainers/ScreenView.jsx @@ -65,6 +65,7 @@ export default class ScreenView extends React.Component loading : screenProfile === 'none' })} autoPlay + playsInline muted={Boolean(true)} />