github.com/pion/webrtc/v4@v4.0.1/examples/rtcp-processing/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<br />
    25  <video id="video1" width="160" height="120" autoplay muted></video> <br />
    26  
    27  Logs
    28  <br/>
    29  <div id="div"></div>