@vgroup/dialbox 0.4.115 → 0.4.116

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.
@@ -3297,6 +3297,7 @@ class DialboxComponent {
3297
3297
  console.log('sfsdfdsf');
3298
3298
  this.initializeTwilio();
3299
3299
  }
3300
+ this.incomeingCallSocketService.createAudioBase();
3300
3301
  console.log('DialboxComponent constructor');
3301
3302
  }
3302
3303
  initializeTwilio() {
@@ -3418,7 +3419,6 @@ class DialboxComponent {
3418
3419
  // so we can auto-open on incoming calls.
3419
3420
  this.initializeTwilio();
3420
3421
  this.incomeingCallSocketService.connect();
3421
- this.incomeingCallSocketService.createAudioBase();
3422
3422
  try {
3423
3423
  this.incomeingCallSocketService.listen().subscribe((incomingCallData) => __awaiter(this, void 0, void 0, function* () {
3424
3424
  var _a;