@vgroup/dialbox 0.4.117 → 0.4.119
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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +2 -1
- package/esm2020/lib/dialbox.component.mjs +1 -1
- package/fesm2015/vgroup-dialbox.mjs +1 -0
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +1 -0
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/dialbox.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1976,6 +1976,7 @@ class CallProgressComponent {
|
|
|
1976
1976
|
// }
|
|
1977
1977
|
}
|
|
1978
1978
|
if (changes['conferenceCallInfo']) {
|
|
1979
|
+
this.isConference = true;
|
|
1979
1980
|
this.conferenceCallInfo = changes['conferenceCallInfo'].currentValue;
|
|
1980
1981
|
this.conferenceCallInfo.participants.forEach((item, index) => {
|
|
1981
1982
|
let callInfo = {
|