- <!doctype html>
- <html>
- <head>
- <title>Web Rtc Example</title>
- </head>
- <body>
- <h1>Web Rtc</h1>
- <button id="createConnectionBtn">Create Connection</button>
- <br/>
- <textarea id="sendData" placeholder="Send a message" style="width: 500px; height: 50px"></textarea>
- <br/>
- <button id="sendDataBtn">Send Data</button>
- <script src="/script.js"></script>
- </body>
- </html>
|