@vgroup/dialbox 0.1.18 → 0.1.21

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.
@@ -1430,6 +1430,7 @@ class TwilioService {
1430
1430
  console.log("device created");
1431
1431
  this.device.register();
1432
1432
  this.device.on('incoming', (call) => {
1433
+ console.log("incoming call", call);
1433
1434
  this.currentCall.next(call);
1434
1435
  this.callType.next('INCOMING');
1435
1436
  this.currentCallState.next('incoming');