SymfonyRules

webRTChtml

May 4th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.     <head>
  4.         <title> ChatRoom</title>
  5.         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  6.         <script src="https://simplewebrtc.com/latest-v2.js"></script>
  7.         <script src="chat-room.js"></script>
  8.     </head>
  9.     <body>
  10.         <h1 id="title">Create a chat room</h1>
  11.         <form id="createRoom">
  12.             <input id="sessionInput" />
  13.             <button type="submit">Create it!</button>
  14.         </form>
  15.         <div id="roomLink" style="font-size:18px; color:#F00;"></div>
  16.         <video id="localVideo" width="180" style="margin-top: 15px;"></video>
  17.         <div id="remotesVideos">
  18.         </div>
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment