From 51f23c4396f01d0e6bb89b7226e9038fae43d093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Mon, 16 Mar 2020 15:04:45 +0100 Subject: [PATCH] Fix: iceServers++ sender part --- app/src/RoomClient.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/RoomClient.js b/app/src/RoomClient.js index f351f47..04935c5 100644 --- a/app/src/RoomClient.js +++ b/app/src/RoomClient.js @@ -2004,7 +2004,8 @@ export default class RoomClient id, iceParameters, iceCandidates, - dtlsParameters + dtlsParameters, + iceServers : ROOM_OPTIONS.turnServers }); this._sendTransport.on(