diff --git a/src/App.jsx b/src/App.jsx index e95604c..bc210fa 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,7 +10,7 @@ const RTC_CONFIG = { urls: ["stun:stun.ronde.vu:3478"] }, { - urls: ["turn:turn.ronde.vu:3478"], + urls: ["turn:turn.ronde.vu:3478?transport=udp"], username: "webrtcuser", credential: "supersecretpassword" }