Update app.js
This commit is contained in:
parent
f363fd21dd
commit
d6d734ee66
1 changed files with 1 additions and 3 deletions
4
app.js
4
app.js
|
@ -1,9 +1,7 @@
|
||||||
/* global WebTorrent, angular, moment, prompt */
|
/* global WebTorrent, angular, moment, prompt */
|
||||||
|
|
||||||
const VERSION = '1.0'
|
const VERSION = '1.1'
|
||||||
|
|
||||||
const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com']
|
const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com']
|
||||||
|
|
||||||
const rtcConfig = {
|
const rtcConfig = {
|
||||||
'iceServers': [
|
'iceServers': [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue