Skip to content
Snippets Groups Projects
Commit ca5f974b authored by Pedro Beschorner Marin's avatar Pedro Beschorner Marin
Browse files

Added missing div to fix WebRTC audio for JavaScript API demo

parent 09da04a4
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,9 @@
</script>
</head>
<body>
<div>
<audio id="remote-media" autoplay="autoplay"></audio>
</div>
<div id="controls">
<button type="button" onclick="getMeetingID()">Get MeetingID</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment