@vgroup/dialbox 0.1.42 → 0.1.43
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.
|
@@ -2368,6 +2368,9 @@ class DialboxComponent {
|
|
|
2368
2368
|
// }
|
|
2369
2369
|
ngOnInit() {
|
|
2370
2370
|
console.log('ngOnInit');
|
|
2371
|
+
// Ensure Twilio is initialized even when dialpad starts hidden,
|
|
2372
|
+
// so we can auto-open on incoming calls.
|
|
2373
|
+
this.initializeTwilio();
|
|
2371
2374
|
try {
|
|
2372
2375
|
this.token = localStorage.getItem('ext_token') || '';
|
|
2373
2376
|
//this.isCallInProgress = true;
|