File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,14 @@ var turnReady;
1010
1111var pcConfig = {
1212 'iceServers' : [ {
13- 'url ' : 'stun:stun.l.google.com:19302'
13+ 'urls ' : 'stun:stun.l.google.com:19302'
1414 } ]
1515} ;
1616
1717// Set up audio and video regardless of what devices are present.
1818var sdpConstraints = {
19- 'mandatory' : {
20- 'OfferToReceiveAudio' : true ,
21- 'OfferToReceiveVideo' : true
22- }
19+ offerToReceiveAudio : true ,
20+ offerToReceiveVideo : true
2321} ;
2422
2523/////////////////////////////////////////////
Original file line number Diff line number Diff line change 66
77// var configuration = {
88// 'iceServers': [{
9- // 'url ': 'stun:stun.l.google.com:19302'
9+ // 'urls ': 'stun:stun.l.google.com:19302'
1010// }]
1111// };
12- // {'url':'stun:stun.services.mozilla.com'}
1312
1413var configuration = null ;
1514
You can’t perform that action at this time.
0 commit comments