ConfigureFlexFEC03 helper and fec example

This commit is contained in:
Aleksandr Alekseev
2025-05-23 19:19:05 +03:00
committed by Aleksandr Alekseev
parent ca48a0d709
commit 08d015e056
7 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<!--
SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
SPDX-License-Identifier: MIT
-->
Remote Session Description (Paste offer from Go code here)
<br/>
<textarea id="remoteSessionDescription"></textarea>
<br/>
<button onclick="window.startSession()">Start Session</button>
<br/>
<br/>
<br/>
Browser Session Description (Copy this to answer.txt file)
<br/>
<textarea id="localSessionDescription" readonly="true"></textarea>
<br/>
<button onclick="window.copySessionDescription()">Copy browser Session Description to clipboard</button>
<br/>
<br/>
Video
<br/>
<div id="remoteVideos"></div> <br />
Logs
<br/>
<div id="div"></div>