testwsio / public /room.html
ulduldp's picture
Update public/room.html
64ef238 verified
raw
history blame contribute delete
245 Bytes
<!DOCTYPE html>
<html>
<head><title>Voice Room</title></head>
<body>
<h3 id="roomTitle"></h3>
<p>Mic auto connected. Speak now 🎙️</p>
<script src="/socket.io/socket.io.js"></script>
<script src="voice.js"></script>
</body>
</html>