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