vani-meeting-client 0.4.6 → 0.4.7
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.
|
@@ -446,8 +446,8 @@ var SFUHandler = /** @class */ (function (_super) {
|
|
|
446
446
|
return __awaiter(this, void 0, void 0, function () {
|
|
447
447
|
var producer, producerId, consumerAppData, cosumeObj, message;
|
|
448
448
|
return __generator(this, function (_a) {
|
|
449
|
-
console.log("onNewProducer")
|
|
450
|
-
console.log(data)
|
|
449
|
+
// console.log("onNewProducer")
|
|
450
|
+
// console.log(data)
|
|
451
451
|
if (this.consumerTransport && data && data.message && data.message.producer) {
|
|
452
452
|
producer = data.message.producer;
|
|
453
453
|
producerId = producer.id;
|
|
@@ -485,7 +485,7 @@ var SFUHandler = /** @class */ (function (_super) {
|
|
|
485
485
|
if (message && message.message) {
|
|
486
486
|
(_a = _this.communicationHandler) === null || _a === void 0 ? void 0 : _a.onMessage(message.message);
|
|
487
487
|
}
|
|
488
|
-
console.log("OnMessage Data Channel", message)
|
|
488
|
+
// console.log("OnMessage Data Channel", message)
|
|
489
489
|
});
|
|
490
490
|
});
|
|
491
491
|
}
|