From 0f4d3042c34dddcbde7ba53fe54ac7764715414e Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 23 Feb 2019 18:30:05 +0100 Subject: [PATCH] Enabled trickling with WebRTC --- assets/js/components/calls/callWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/components/calls/callWindow.js b/assets/js/components/calls/callWindow.js index 7f6fcb21..493a3c32 100644 --- a/assets/js/components/calls/callWindow.js +++ b/assets/js/components/calls/callWindow.js @@ -663,7 +663,7 @@ ComunicWeb.components.calls.callWindow = { var peer = new SimplePeer({ initiator: isInitiator, stream: call.localStream, - trickle: false, + trickle: true, config: { 'iceServers': [ { urls: config.stun_server },