@vgroup/dialbox 0.1.13 → 0.1.15
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.
|
@@ -2233,10 +2233,11 @@ class DialboxComponent {
|
|
|
2233
2233
|
this.isInitialized = false;
|
|
2234
2234
|
this.isMinimised = false;
|
|
2235
2235
|
// Initialize if dialpad is visible by default
|
|
2236
|
-
if (!this.isDialpadHidden) {
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
}
|
|
2236
|
+
// if (!this.isDialpadHidden) {
|
|
2237
|
+
// console.log('sfsdfdsf')
|
|
2238
|
+
// this.initializeTwilio();
|
|
2239
|
+
// }
|
|
2240
|
+
this.twilioService.initializeTwilioDevice();
|
|
2240
2241
|
}
|
|
2241
2242
|
initializeTwilio() {
|
|
2242
2243
|
if (!this.isInitialized) {
|