Skip to content

Commit

Permalink
main-vehicle: add multiple stun servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed Jan 4, 2024
1 parent 9143aec commit 77480ef
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/stores/mainVehicle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,19 @@ export const useMainVehicleStore = defineStore('main-vehicle', () => {
credential: 'pwd',
},
{
urls: `stun:${globalAddress.value}:3478`,
urls: `stun:stun.l.google.com:19302`,
},
{
urls: `stun:stun1.l.google.com:19302`,
},
{
urls: `stun:stun2.l.google.com:19302`,
},
{
urls: `stun:stun3.l.google.com:19302`,
},
{
urls: `stun:stun4.l.google.com:19302`,
},
],
// eslint-disable-next-line no-undef
Expand Down

0 comments on commit 77480ef

Please sign in to comment.