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