Skip to content

Commit

Permalink
stuns
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Sep 24, 2024
1 parent f0d5c24 commit 0019d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ts-client/src/webrtc/ConnectionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export class ConnectionManager {
this.connection = new RTCPeerConnection({
bundlePolicy: 'max-bundle',
iceTransportPolicy: 'all',
iceServers: [{ urls: 'stun:stun.l.google.com:19302' }, { urls: "stun:stun.l.google.com:5349" }]
});
}

Expand Down

0 comments on commit 0019d06

Please sign in to comment.