@superinterface/react 3.16.2 → 3.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11094,7 +11094,7 @@ var useWebrtcAudioRuntime = function() {
|
|
|
11094
11094
|
urls: "stun:stun4.l.google.com:19302"
|
|
11095
11095
|
},
|
|
11096
11096
|
{
|
|
11097
|
-
urls: "stun:global.stun.twilio.com:3478
|
|
11097
|
+
urls: "stun:global.stun.twilio.com:3478"
|
|
11098
11098
|
}
|
|
11099
11099
|
]
|
|
11100
11100
|
});
|