1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-11 13:42:53 +00:00

Enabled trickling with WebRTC

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

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