Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-03-08 06:45:09 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-27 12:36:32 +0300
commit9f1212ab10326d16e2658b520253feea945c1f28 (patch)
treecf53ac48c8cd58be62ab4207e8d10f731fbf2e19 /package.json
parentb90942d15a6033c257cb44fb8b19c08a1d4c8627 (diff)
Replace RTCPeerConnection wrapper with standard RTCPeerConnection
Most features of the RTCPeerConnection wrapper are not used, so the wrapper can be replaced by the standard RTCPeerConnection plus some code to handle offers and answers. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8fac63615..77059e708 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,6 @@
"karma-phantomjs-launcher": "^1.0.2",
"mockconsole": "0.0.1",
"phantomjs-prebuilt": "^2.1.13",
- "rtcpeerconnection": "^8.4.0",
"util": "^0.11.1",
"webrtc-adapter": "^7.2.1",
"webrtcsupport": "^2.2.0",