Skip to content

Commit

Permalink
remove stun server config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Totting committed Jan 30, 2024
1 parent 9ae0e33 commit 35108f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/internal/config/webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
const webrtc = {
iceServers: [
{ urls: 'stun:stun.l.google.com:19302' },
{
urls: 'turn:turn.inlive.app:3478',
username: 'inlive',
Expand Down
3 changes: 0 additions & 3 deletions packages/room/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export const webrtc = {
username: 'inlive',
credential: 'inlivesdkturn',
},
{
urls: 'stun:turn.inlive.app:3478',
},
],
}

Expand Down

0 comments on commit 35108f3

Please sign in to comment.