Small fix on video tags.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user