Skip to content

Commit

Permalink
Use TURN without TLS
Browse files Browse the repository at this point in the history
coturn seems to have a regression that causes issues when using turn with tls
  • Loading branch information
jac authored Mar 12, 2021
1 parent 58d7d91 commit 29ed0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/webrtc/webrtc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class WebRTCHandler {
{ urls: 'stun:stun.l.google.com:19302' },
{ urls: 'stun:stun1.l.google.com:19302' },
{
urls: 'turns:turn.astratutor.com:16500',
urls: 'turn:turn.astratutor.com:16500',
username: this.credentials.username,
credential: this.credentials.password,
},
Expand Down

0 comments on commit 29ed0ae

Please sign in to comment.