Improve video autoplay behavior for WebRTC and HLS players
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 31s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 31s
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
|
||||
<div class="video-section">
|
||||
<div class="video-container">
|
||||
<video id="video" controls autoplay muted></video>
|
||||
<video id="video" controls autoplay muted playsinline></video>
|
||||
</div>
|
||||
<div class="video-controls">
|
||||
<div class="status-badge offline" id="status">
|
||||
|
Reference in New Issue
Block a user