@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.
@@ -3344,6 +3344,7 @@ class DialboxComponent {
3344
3344
  console.log('sfsdfdsf');
3345
3345
  this.initializeTwilio();
3346
3346
  }
3347
+ this.incomeingCallSocketService.createAudioBase();
3347
3348
  console.log('DialboxComponent constructor');
3348
3349
  }
3349
3350
  initializeTwilio() {
@@ -3465,7 +3466,6 @@ class DialboxComponent {
3465
3466
  // so we can auto-open on incoming calls.
3466
3467
  this.initializeTwilio();
3467
3468
  this.incomeingCallSocketService.connect();
3468
- this.incomeingCallSocketService.createAudioBase();
3469
3469
  try {
3470
3470
  this.incomeingCallSocketService.listen().subscribe(async (incomingCallData) => {
3471
3471
  // const data = JSON.parse(incomingCallData.data);