|
@@ -34,7 +34,6 @@ function DataConnection(peer, provider, options) {
|
|
|
|
|
|
if (this.options._payload) {
|
|
|
this._peerBrowser = this.options._payload.browser;
|
|
|
- this._peerSupports = this.options._payload.supports;
|
|
|
}
|
|
|
|
|
|
Negotiator.startConnection(
|
|
@@ -249,7 +248,6 @@ DataConnection.prototype.handleMessage = function(message) {
|
|
|
switch (message.type) {
|
|
|
case 'ANSWER':
|
|
|
this._peerBrowser = payload.browser;
|
|
|
- this._peerSupports = payload.supports;
|
|
|
|
|
|
// Forward to negotiator
|
|
|
Negotiator.handleSDP(message.type, this, payload.sdp);
|