github.com/pion/webrtc/v4@v4.0.1/examples/data-channels-detach/jsfiddle/demo.html (about)

     1  <!--
     2  	SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
     3  	SPDX-License-Identifier: MIT
     4  -->
     5  Browser base64 Session Description<br />
     6  <textarea id="localSessionDescription" readonly="true"></textarea> <br />
     7  
     8  Golang base64 Session Description<br />
     9  <textarea id="remoteSessionDescription"></textarea><br/>
    10  <button onclick="window.startSession()">Start Session</button><br />
    11  
    12  <br />
    13  
    14  <!--Message<br />
    15  <textarea id="message">This is my DataChannel message!</textarea> <br/>
    16  <button onclick="window.sendMessage()">Send Message</button> <br />-->
    17  
    18  <br />
    19  Logs<br />
    20  <div id="logs"></div>