|
@@ -220,7 +220,7 @@ Negotiator._makeOffer = function(connection) {
|
|
connectionId: connection.id,
|
|
connectionId: connection.id,
|
|
sctp: util.supports.reliable
|
|
sctp: util.supports.reliable
|
|
},
|
|
},
|
|
- dst: connection.peer,
|
|
|
|
|
|
+ dst: connection.peer
|
|
});
|
|
});
|
|
}, function(err) {
|
|
}, function(err) {
|
|
connection.provider.emit('error', err);
|
|
connection.provider.emit('error', err);
|