mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Enabled trickling with WebRTC
This commit is contained in:
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 },
|
||||
|
Loading…
Reference in New Issue
Block a user