gstwebrtc-api: fix firefox errors about more than two stun servers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1236>
This commit is contained in:
Mathieu Duponchelle 2023-06-08 01:50:59 +02:00
parent cd4b90fef4
commit de0f7a08fe

View file

@ -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"
]
}
]