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)} />