@vgroup/dialbox 0.2.15 → 0.2.16

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.
@@ -3017,10 +3017,10 @@ class DialboxComponent {
3017
3017
  }
3018
3018
  incomingCallData.on('cancel', () => {
3019
3019
  this.incomingCallsList = this.incomingCallsList.filter((item) => item.parameters['CallSid'] !== incomingCallData.parameters['CallSid']);
3020
- if (this.incomingCallsList.length == 0) {
3021
- console.log('dd3');
3022
- this.isCallInProgress = false;
3023
- }
3020
+ // if(this.incomingCallsList.length == 0){
3021
+ // console.log('dd3')
3022
+ // this.isCallInProgress = false;
3023
+ // }
3024
3024
  });
3025
3025
  incomingCallData.on('disconnect', () => {
3026
3026
  this.incomingCallsList = this.incomingCallsList.filter((item) => item.parameters['CallSid'] !== incomingCallData.parameters['CallSid']);