fix #29: add playsinline for mobile devices

master
shane tully 2023-05-24 22:13:40 -07:00
parent cd7177d2d6
commit dec89dac53
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
</head> </head>
<body> <body>
<video id="localVideo" autoplay muted style="width:40%;"></video> <video id="localVideo" autoplay playsinline muted style="width:40%;"></video>
<video id="remoteVideo" autoplay style="width:40%;"></video> <video id="remoteVideo" autoplay playsinline style="width:40%;"></video>
<div style="margin-top: 10px;"> <div style="margin-top: 10px;">
Open this page in a second browser window then click below to start the WebRTC connection. Open this page in a second browser window then click below to start the WebRTC connection.