@vgroup/dialbox 0.6.45 → 0.6.47

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.
@@ -1861,6 +1861,9 @@ class CallProgressComponent {
1861
1861
  if (res?.host && !res?.isLeft) {
1862
1862
  this.hostnumber = res;
1863
1863
  }
1864
+ if (ourNumberInfo?.isConference) {
1865
+ this.isConference = true;
1866
+ }
1864
1867
  let contact = {};
1865
1868
  if (this.contacts?.length) {
1866
1869
  contact = this.contacts.find((resData) => resData?.numbersList[0]?.number == (res?.direction == "incoming-call" ? res?.from : res?.to));