Small fix on video tags.
parent
94b1db5789
commit
580b3b88e3
|
|
@ -31,6 +31,7 @@ export default class FullView extends React.Component
|
|||
loading : videoProfile === 'none'
|
||||
})}
|
||||
autoPlay
|
||||
playsInline
|
||||
muted={Boolean(true)}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ export default class PeerView extends React.Component
|
|||
loading : videoProfile === 'none'
|
||||
})}
|
||||
autoPlay
|
||||
playsInline
|
||||
muted={isMe}
|
||||
/>
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ export default class ScreenView extends React.Component
|
|||
loading : screenProfile === 'none'
|
||||
})}
|
||||
autoPlay
|
||||
playsInline
|
||||
muted={Boolean(true)}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue