|
@@ -1707,11 +1707,7 @@ function DataConnection(peer, provider, options) {
|
|
Negotiator.startConnection(
|
|
Negotiator.startConnection(
|
|
this,
|
|
this,
|
|
this.options._payload || {
|
|
this.options._payload || {
|
|
- originator: true,
|
|
|
|
- multiplex: this.options.multiplex // I don't think multiplex should be a
|
|
|
|
- // top-level property because it only
|
|
|
|
- // applies to the originator--otherwise
|
|
|
|
- // we'd just have an options.pc to use.
|
|
|
|
|
|
+ originator: true
|
|
}
|
|
}
|
|
);
|
|
);
|
|
}
|
|
}
|