@vgroup/dialbox 0.4.137 → 0.4.139

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.
@@ -605,7 +605,7 @@ class ExtensionService {
605
605
  const httpOptions = { headers: headers };
606
606
  console.log(payload, 'payload');
607
607
  payload = { ...payload, proxy: this.ipAddressInfo.proxy.toString() };
608
- payload = { ...payload, countryCode: this.ipAddressInfo.address.countryCode.toString() };
608
+ payload = { ...payload, countrycode: this.ipAddressInfo.address.countryCode.toString() };
609
609
  return this.http.post(environment.apiUrl + '/utilities/ext/ur/add/participant', payload, httpOptions);
610
610
  }
611
611
  holdParticipant(payload) {