Enabled trickling with WebRTC

This commit is contained in:
Pierre HUBERT 2019-02-23 18:30:05 +01:00
parent be0306b309
commit 0f4d3042c3

View File

@ -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 },