@vgroup/dialbox 0.4.129 → 0.4.130
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.
|
@@ -1990,8 +1990,8 @@ class CallProgressComponent {
|
|
|
1990
1990
|
status: ''
|
|
1991
1991
|
};
|
|
1992
1992
|
console.log(callInfo, 'callInfo33333333333');
|
|
1993
|
-
this.currentCallList.push(callInfo);
|
|
1994
1993
|
if (index == 0) {
|
|
1994
|
+
this.currentCallList.push(callInfo);
|
|
1995
1995
|
await this.startCall(callInfo);
|
|
1996
1996
|
}
|
|
1997
1997
|
else {
|