Small fix on video tags.
parent
94b1db5789
commit
580b3b88e3
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue