From 9f1212ab10326d16e2658b520253feea945c1f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Fri, 8 Mar 2019 04:45:09 +0100 Subject: Replace RTCPeerConnection wrapper with standard RTCPeerConnection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3