@vgroup/dialbox 0.0.96 → 0.0.97
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.
|
@@ -2232,8 +2232,8 @@ class DialboxComponent {
|
|
|
2232
2232
|
this.isInitialized = false;
|
|
2233
2233
|
this.isMinimised = false;
|
|
2234
2234
|
// Initialize if dialpad is visible by default
|
|
2235
|
-
this.initializeTwilio();
|
|
2236
2235
|
if (!this.isDialpadHidden) {
|
|
2236
|
+
this.initializeTwilio();
|
|
2237
2237
|
}
|
|
2238
2238
|
}
|
|
2239
2239
|
initializeTwilio() {
|