@vgroup/dialbox 0.4.139 → 0.4.140

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.
@@ -600,7 +600,9 @@ class ExtensionService {
600
600
  addParticipant(payload) {
601
601
  const headers = new HttpHeaders({
602
602
  'Content-Type': 'application/json',
603
- 'Auth-Key': 'Bearer ' + localStorage.getItem('ext_token')
603
+ 'Auth-Key': 'Bearer ' + localStorage.getItem('ext_token'),
604
+ 'ip-address': this.ipAddressInfo.ip,
605
+ 'ip-country': this.ipAddressInfo.country
604
606
  });
605
607
  const httpOptions = { headers: headers };
606
608
  console.log(payload, 'payload');