@vgroup/dialbox 0.3.42 → 0.3.43
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.
|
@@ -1635,7 +1635,7 @@ class TwilioService {
|
|
|
1635
1635
|
const httpOptions = {
|
|
1636
1636
|
headers: new HttpHeaders({ 'Content-Type': 'application/json', 'Auth-Key': "Bearer " + localStorage.getItem('ext_token') }),
|
|
1637
1637
|
};
|
|
1638
|
-
return this.http.get(`${environment.apiUrl}/utilities/ext/add/incoming/participant/${participantId}/${conferenceId}
|
|
1638
|
+
return this.http.get(`${environment.apiUrl}/utilities/ext/add/incoming/participant/${participantId}/${conferenceId}`, httpOptions);
|
|
1639
1639
|
}
|
|
1640
1640
|
connect(data) {
|
|
1641
1641
|
return this.device.connect({
|