vani-meeting-client 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -509,7 +509,7 @@ var SFUHandler = /** @class */ (function (_super) {
|
|
|
509
509
|
};
|
|
510
510
|
SFUHandler.prototype.produceTracks = function () {
|
|
511
511
|
var _this = this;
|
|
512
|
-
var _a
|
|
512
|
+
var _a;
|
|
513
513
|
log.info("produceTracks");
|
|
514
514
|
if (!this.sendTransport || !this.consumerTransport || this.isProduceTrackIntialWorkDone) {
|
|
515
515
|
return;
|
|
@@ -525,9 +525,9 @@ var SFUHandler = /** @class */ (function (_super) {
|
|
|
525
525
|
else {
|
|
526
526
|
this.sendMessageReadyToConsume();
|
|
527
527
|
}
|
|
528
|
-
if (
|
|
529
|
-
|
|
530
|
-
}
|
|
528
|
+
// if (this.meetingStartRequest?.isDataChannelRequired) {
|
|
529
|
+
// this.createDataChannel()
|
|
530
|
+
// }
|
|
531
531
|
};
|
|
532
532
|
SFUHandler.prototype.onProduceSyncDone = function (data) {
|
|
533
533
|
if (data.message.appData && data.message.appData.trackId && data.message.producerId) {
|