Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <head>
- <title> ChatRoom</title>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
- <script src="https://simplewebrtc.com/latest-v2.js"></script>
- <script src="chat-room.js"></script>
- </head>
- <body>
- <h1 id="title">Create a chat room</h1>
- <form id="createRoom">
- <input id="sessionInput" />
- <button type="submit">Create it!</button>
- </form>
- <div id="roomLink" style="font-size:18px; color:#F00;"></div>
- <video id="localVideo" width="180" style="margin-top: 15px;"></video>
- <div id="remotesVideos">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment