Skip to content

Commit

Permalink
fix: remove irresponsive TURN server
Browse files Browse the repository at this point in the history
bistri's server free account is no longer available
  • Loading branch information
Ivelin Ivanov committed Oct 31, 2020
1 parent d3d6193 commit 4cafb54
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/peerjs/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
urls=[
"stun:stun.l.google.com:19302"
]
),
RTCIceServer(
urls=['turn:turn.bistri.com:80'],
credential='homeo',
username='homeo'
)
)
]
)

Expand Down

0 comments on commit 4cafb54

Please sign in to comment.