I found a typo in Getting started

33 views
Skip to first unread message

Yuichi Tsujiwaki

unread,
Sep 27, 2022, 10:13:52 AM9/27/22
to discuss-webrtc
Hi,

There is a typo in the sample code at the bottom.

I didn't know how to fix it, so I will report it here.
Please check.

<html>
<head><title>Local video playback</video></head>
<body>
    <video id="localVideo" autoplay playsinline controls="false"/>
</body>
</html>

<html>
<head><title>Local video playback</title></head>
<body>
    <video id="localVideo" autoplay playsinline controls="false"/>
</body>
</html>
Reply all
Reply to author
Forward
0 new messages