File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,14 @@ var turnReady;
10
10
11
11
var pcConfig = {
12
12
'iceServers' : [ {
13
- 'url ' : 'stun:stun.l.google.com:19302'
13
+ 'urls ' : 'stun:stun.l.google.com:19302'
14
14
} ]
15
15
} ;
16
16
17
17
// Set up audio and video regardless of what devices are present.
18
18
var sdpConstraints = {
19
- 'mandatory' : {
20
- 'OfferToReceiveAudio' : true ,
21
- 'OfferToReceiveVideo' : true
22
- }
19
+ offerToReceiveAudio : true ,
20
+ offerToReceiveVideo : true
23
21
} ;
24
22
25
23
/////////////////////////////////////////////
Original file line number Diff line number Diff line change 6
6
7
7
// var configuration = {
8
8
// 'iceServers': [{
9
- // 'url ': 'stun:stun.l.google.com:19302'
9
+ // 'urls ': 'stun:stun.l.google.com:19302'
10
10
// }]
11
11
// };
12
- // {'url':'stun:stun.services.mozilla.com'}
13
12
14
13
var configuration = null ;
15
14
You can’t perform that action at this time.
0 commit comments