Comparing version 1.10.0 to 1.11.0
{ | ||
"name": "webrtc", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "webrtc", |
@@ -21,3 +21,3 @@ var util = require('util'); | ||
// Create an RTCPeerConnection via the polyfill | ||
this.pc = new PeerConnection(this.parent.config.peerConnectionConfig, this.parent.config.peerConnectionContraints); | ||
this.pc = new PeerConnection(this.parent.config.peerConnectionConfig, this.parent.config.peerConnectionConstraints); | ||
this.pc.on('ice', this.onIceCandidate.bind(this)); | ||
@@ -24,0 +24,0 @@ this.pc.on('addStream', this.handleRemoteStreamAdded.bind(this)); |
@@ -18,3 +18,3 @@ var util = require('util'); | ||
}, | ||
peerConnectionContraints: { | ||
peerConnectionConstraints: { | ||
optional: [ | ||
@@ -21,0 +21,0 @@ {DtlsSrtpKeyAgreement: true} |
152462