@vgroup/dialbox 0.2.32 → 0.2.33

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.
@@ -623,6 +623,7 @@ class ExtensionService {
623
623
  // return this.http.post<[]>(environment.apiUrl + '/utilities/ext/ur/generate/conference/token', params, httpOptions);
624
624
  // }
625
625
  getConferenceCallToken(payload) {
626
+ console.log(payload, 'payload');
626
627
  const params = {
627
628
  'Content-Type': 'application/json',
628
629
  'Auth-Key': "Bearer " + localStorage.getItem('ext_token'),