From de0f7a08fe0cd1aca8ecb12ec2315d5f04373e57 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 8 Jun 2023 01:50:59 +0200 Subject: [PATCH] gstwebrtc-api: fix firefox errors about more than two stun servers Part-of: --- net/webrtc/gstwebrtc-api/src/config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/webrtc/gstwebrtc-api/src/config.js b/net/webrtc/gstwebrtc-api/src/config.js index 5335ea45..4b4d77af 100644 --- a/net/webrtc/gstwebrtc-api/src/config.js +++ b/net/webrtc/gstwebrtc-api/src/config.js @@ -40,10 +40,7 @@ const defaultConfig = Object.freeze({ { urls: [ "stun:stun.l.google.com:19302", - "stun:stun1.l.google.com:19302", - "stun:stun2.l.google.com:19302", - "stun:stun3.l.google.com:19302", - "stun:stun4.l.google.com:19302" + "stun:stun1.l.google.com:19302" ] } ]