From fb831d8be9bd81bacc8012528abdafe945574bc3 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Mon, 24 Apr 2023 13:11:08 -0400 Subject: [PATCH] Update webrtc adapter to 8.2.2 (#3204) * html: update to webrtc-adapter 8.2.2 * bower.json: update to webrtc adapter 8.2.2 * package.json: update to webrtc-adapter 8.2.2 --- bower.json | 2 +- html/audiobridgetest.html | 2 +- html/canvas.html | 2 +- html/devicetest.html | 2 +- html/e2etest.html | 2 +- html/echotest.html | 2 +- html/multiopus.html | 2 +- html/mvideoroomtest.html | 2 +- html/nosiptest.html | 2 +- html/recordplaytest.html | 2 +- html/screensharingtest.html | 2 +- html/siptest.html | 2 +- html/streamingtest.html | 2 +- html/textroomtest.html | 2 +- html/videocalltest.html | 2 +- html/videoroomtest.html | 2 +- html/virtualbg.html | 2 +- html/webaudio.html | 2 +- package.json | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bower.json b/bower.json index 2d90ac035f..c932b343b0 100644 --- a/bower.json +++ b/bower.json @@ -33,6 +33,6 @@ "tests" ], "dependencies": { - "webrtc-adapter": "8.2.0" + "webrtc-adapter": "8.2.2" } } diff --git a/html/audiobridgetest.html b/html/audiobridgetest.html index 623a918d13..0ed5b04e7a 100644 --- a/html/audiobridgetest.html +++ b/html/audiobridgetest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Audio Bridge Demo - + diff --git a/html/canvas.html b/html/canvas.html index 729bb67d89..6e68feae53 100644 --- a/html/canvas.html +++ b/html/canvas.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Canvas Capture - + diff --git a/html/devicetest.html b/html/devicetest.html index 5cac3d8663..4924b365d6 100644 --- a/html/devicetest.html +++ b/html/devicetest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Device Selection Test - + diff --git a/html/e2etest.html b/html/e2etest.html index b9cc860cf4..7db8b2a3a4 100644 --- a/html/e2etest.html +++ b/html/e2etest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): End-to-end Encryption Test - + diff --git a/html/echotest.html b/html/echotest.html index 68c029c4ca..29d9f0d5e3 100644 --- a/html/echotest.html +++ b/html/echotest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Echo Test - + diff --git a/html/multiopus.html b/html/multiopus.html index 8bb7136f24..0f2906c254 100644 --- a/html/multiopus.html +++ b/html/multiopus.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Multichannel Opus (surround) - + diff --git a/html/mvideoroomtest.html b/html/mvideoroomtest.html index 35264aa636..414b8bcfe9 100644 --- a/html/mvideoroomtest.html +++ b/html/mvideoroomtest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Video Room Demo (multistream) - + diff --git a/html/nosiptest.html b/html/nosiptest.html index 3058e6a1ff..3af2bfa9b6 100644 --- a/html/nosiptest.html +++ b/html/nosiptest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): NoSIP (SDP/RTP) - + diff --git a/html/recordplaytest.html b/html/recordplaytest.html index ee2a96ca2f..2fe643667d 100644 --- a/html/recordplaytest.html +++ b/html/recordplaytest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Recorder/Playout Demo - + diff --git a/html/screensharingtest.html b/html/screensharingtest.html index 56f44a7f59..090afa0a7c 100644 --- a/html/screensharingtest.html +++ b/html/screensharingtest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Screen Sharing Demo - + diff --git a/html/siptest.html b/html/siptest.html index e13edef104..0eb2bf6296 100644 --- a/html/siptest.html +++ b/html/siptest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): SIP Gateway Demo - + diff --git a/html/streamingtest.html b/html/streamingtest.html index 67ffaab8da..33e55dd486 100644 --- a/html/streamingtest.html +++ b/html/streamingtest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Streaming Demo - + diff --git a/html/textroomtest.html b/html/textroomtest.html index 1347fe6b65..ceafd2ba73 100644 --- a/html/textroomtest.html +++ b/html/textroomtest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Text Room - + diff --git a/html/videocalltest.html b/html/videocalltest.html index 10e7b3e11b..ee94cf0ff6 100644 --- a/html/videocalltest.html +++ b/html/videocalltest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Video Call Demo - + diff --git a/html/videoroomtest.html b/html/videoroomtest.html index 2294b4d0f9..9d3f3f250a 100644 --- a/html/videoroomtest.html +++ b/html/videoroomtest.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Video Room Demo - + diff --git a/html/virtualbg.html b/html/virtualbg.html index 4840d96723..7ffe0ac2cf 100644 --- a/html/virtualbg.html +++ b/html/virtualbg.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Virtual Background - + diff --git a/html/webaudio.html b/html/webaudio.html index 7ac3ed73c3..961c462091 100644 --- a/html/webaudio.html +++ b/html/webaudio.html @@ -5,7 +5,7 @@ Janus WebRTC Server (multistream): Web Audio Processing - + diff --git a/package.json b/package.json index f3539acb36..179911ee5e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/meetecho/janus-gateway#readme", "dependencies": { - "webrtc-adapter": "8.2.0" + "webrtc-adapter": "8.2.2" }, "devDependencies": { "eslint": "8.35.0"