@vgroup/dialbox 0.0.75 → 0.0.76
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.
|
@@ -2209,7 +2209,7 @@ class DialboxComponent {
|
|
|
2209
2209
|
console.error('No authentication token found');
|
|
2210
2210
|
return;
|
|
2211
2211
|
}
|
|
2212
|
-
|
|
2212
|
+
this.isInitialized = true;
|
|
2213
2213
|
// Initialize Twilio service
|
|
2214
2214
|
this.twilioService.initializeTwilioDevice();
|
|
2215
2215
|
// Subscribe to incoming calls to show dialpad when call comes in
|
|
@@ -2222,9 +2222,9 @@ class DialboxComponent {
|
|
|
2222
2222
|
});
|
|
2223
2223
|
this.subscriptions.add(callSub);
|
|
2224
2224
|
}
|
|
2225
|
-
ngOnChange() {
|
|
2226
|
-
|
|
2227
|
-
}
|
|
2225
|
+
// ngOnChange() {
|
|
2226
|
+
// this.initializeTwilio();
|
|
2227
|
+
// }
|
|
2228
2228
|
ngOnInit() {
|
|
2229
2229
|
try {
|
|
2230
2230
|
this.getContactList();
|