Skip to content

Commit

Permalink
Merge pull request webrtc#488 from ptman/patch-1
Browse files Browse the repository at this point in the history
Add playsinline to play video on iPhone
  • Loading branch information
KaptenJansson authored Nov 13, 2017
2 parents 4503216 + 3db1bfa commit 86cc2cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web_app/html/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
* appcontroller.js.
-->
<div id="videos">
<video id="mini-video" autoplay muted></video>
<video id="remote-video" autoplay></video>
<video id="local-video" autoplay muted></video>
<video id="mini-video" autoplay playsinline muted></video>
<video id="remote-video" autoplay playsinline></video>
<video id="local-video" autoplay playsinline muted></video>
</div>

<div id="room-selection" class="hidden">
Expand Down

0 comments on commit 86cc2cf

Please sign in to comment.