github.com/pion/webrtc/v4@v4.0.1/examples/play-from-disk/jsfiddle/demo.html (about)

     1  <!--
     2  	SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
     3  	SPDX-License-Identifier: MIT
     4  -->
     5  Browser Session Description
     6  <br/>
     7  <textarea id="localSessionDescription" readonly="true"></textarea>
     8  <br/>
     9  
    10  <button onclick="window.copySessionDescription()">Copy browser Session Description to clipboard</button>
    11  
    12  <br/>
    13  <br/>
    14  <br/>
    15  
    16  Remote Session Description
    17  <br/>
    18  <textarea id="remoteSessionDescription"></textarea>
    19  <br/>
    20  <button onclick="window.startSession()">Start Session</button>
    21  <br/>
    22  <br/>
    23  
    24  Video
    25  <br/>
    26  <div id="remoteVideos"></div> <br />
    27  
    28  Logs
    29  <br/>
    30  <div id="div"></div>