mirror of
https://github.com/pion/webrtc.git
synced 2025-09-28 03:52:07 +08:00
Make repo REUSE compliant
This commit is contained in:

committed by
Sean DuBois

parent
efffef2957
commit
683fc837d0
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
SPDX-License-Identifier: MIT
|
||||
*/
|
||||
textarea {
|
||||
width: 500px;
|
||||
min-height: 75px;
|
||||
|
@@ -1,5 +1,8 @@
|
||||
---
|
||||
name: rtcp-processing
|
||||
description: play-from-disk demonstrates how to process RTCP messages from Pion WebRTC
|
||||
authors:
|
||||
- Sean DuBois
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: rtcp-processing
|
||||
description: play-from-disk demonstrates how to process RTCP messages from Pion WebRTC
|
||||
authors:
|
||||
- Sean DuBois
|
||||
|
@@ -1,3 +1,7 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
SPDX-License-Identifier: MIT
|
||||
-->
|
||||
Browser Session Description
|
||||
<br/>
|
||||
<textarea id="localSessionDescription" readonly="true"></textarea>
|
||||
|
@@ -1,5 +1,8 @@
|
||||
/* eslint-env browser */
|
||||
|
||||
// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
const pc = new RTCPeerConnection({
|
||||
iceServers: [{
|
||||
urls: 'stun:stun.l.google.com:19302'
|
||||
|
@@ -1,3 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
//go:build !js
|
||||
// +build !js
|
||||
|
||||
|
Reference in New Issue
Block a user