Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12162

Re: OFMeet no video to other partecipants

$
0
0

edit main.js and change

 


window.RTC.rayo.pc[videobridge] = new window.RTC.peerconnection(null, {'optional': [{'DtlsSrtpKeyAgreement': 'true'}, {googIPv6: config.useIPv6}]});

 

to

 


window.RTC.rayo.pc[videobridge] = new window.RTC.peerconnection({ "iceServers": [{ "url": "stun:stun.l.google.com:19302" }] }, 
{'optional': [{'DtlsSrtpKeyAgreement': 'true'}, {googIPv6: config.useIPv6}]});

Viewing all articles
Browse latest Browse all 12162

Trending Articles