Tristan-Nel

Untitled

Apr 30th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8" />
  5.     <meta name="description" content="WebRTC" />
  6.   </head>
  7.   <body>
  8.     <div>
  9.       <video id="video" controls autoplay></video>
  10.     </div>
  11.     <div>
  12.       <audio id="audio" controls autoplay></audio>
  13.     </div>
  14.   </body>
  15.   <script src="bower_components/kurento-utils/js/kurento-utils.js"></script>
  16.   <script src="/javascripts/main.js"></script>
  17. </html>
Add Comment
Please, Sign In to add comment