Update public/room.html
Browse files- public/room.html +3 -6
public/room.html
CHANGED
|
@@ -1,14 +1,11 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
-
<head><title>Room</title></head>
|
| 4 |
<body>
|
| 5 |
<h3 id="roomTitle"></h3>
|
| 6 |
-
|
| 7 |
-
<div id="chat" style="height:300px;border:1px solid #000;overflow:auto"></div>
|
| 8 |
-
<input id="msg" placeholder="Message">
|
| 9 |
-
<button onclick="send()">Send</button>
|
| 10 |
|
| 11 |
<script src="/socket.io/socket.io.js"></script>
|
| 12 |
-
<script src="
|
| 13 |
</body>
|
| 14 |
</html>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
+
<head><title>Voice Room</title></head>
|
| 4 |
<body>
|
| 5 |
<h3 id="roomTitle"></h3>
|
| 6 |
+
<p>Mic auto connected. Speak now 🎙️</p>
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
<script src="/socket.io/socket.io.js"></script>
|
| 9 |
+
<script src="voice.js"></script>
|
| 10 |
</body>
|
| 11 |
</html>
|