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

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index dae3a9c..0d83b7b 100644
--- a/index.js
+++ b/index.js
@@ -44,6 +44,8 @@ function WebTorrent (opts) {
self.torrentPort = opts.torrentPort || 0
self.tracker = opts.tracker !== undefined ? opts.tracker : true
+ self.rtcConfig = opts.rtcConfig
+
self.torrents = []
self.downloadSpeed = speedometer()