|
@@ -41,7 +41,7 @@ DataConnection._idPrefix = 'dc_';
|
|
|
|
|
|
/** Called by the Negotiator when the DataChannel is ready. */
|
|
/** Called by the Negotiator when the DataChannel is ready. */
|
|
DataConnection.prototype.initialize = function(dc) {
|
|
DataConnection.prototype.initialize = function(dc) {
|
|
- this._dc = dc;
|
|
|
|
|
|
+ this._dc = this.dataChannel = dc;
|
|
this._configureDataChannel();
|
|
this._configureDataChannel();
|
|
}
|
|
}
|
|
|
|
|