@vgroup/dialbox 0.4.64 → 0.4.65
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.
|
@@ -1785,7 +1785,7 @@ class CallProgressComponent {
|
|
|
1785
1785
|
this.micOn = false;
|
|
1786
1786
|
this.isMinimised = false;
|
|
1787
1787
|
console.log('Call Progress Component');
|
|
1788
|
-
this.call = this.twilioService.device;
|
|
1788
|
+
// this.call = this.twilioService.device;
|
|
1789
1789
|
}
|
|
1790
1790
|
ngOnInit() {
|
|
1791
1791
|
console.log('Call Progress Component ngOnInit');
|