vani-meeting-client 1.5.2 → 1.5.3
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.
|
@@ -390,6 +390,7 @@ var SFUHandler = /** @class */ (function (_super) {
|
|
|
390
390
|
this.sendTransport.close();
|
|
391
391
|
this.sendTransport = undefined;
|
|
392
392
|
}
|
|
393
|
+
this.isProduceTrackIntialWorkDone = false;
|
|
393
394
|
messageJson = { to: "self", type: SFUMessageType.OnCreateTransports, message: SFUMessageType.OnCreateTransports };
|
|
394
395
|
this.sendSFUMessageToSocket(messageJson);
|
|
395
396
|
return [2 /*return*/];
|
|
@@ -445,6 +446,7 @@ var SFUHandler = /** @class */ (function (_super) {
|
|
|
445
446
|
var routerRtpCapabilities = this.routerRtpCapabilities;
|
|
446
447
|
log.info(routerRtpCapabilities);
|
|
447
448
|
this.device.load({ routerRtpCapabilities: routerRtpCapabilities });
|
|
449
|
+
this.isProduceTrackIntialWorkDone = false;
|
|
448
450
|
//Create transport
|
|
449
451
|
var messageJson = { to: "self", type: SFUMessageType.OnCreateTransports, message: SFUMessageType.OnCreateTransports };
|
|
450
452
|
this.sendSFUMessageToSocket(messageJson);
|