@vgroup/dialbox 0.3.99 → 0.4.0
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.
|
@@ -1643,7 +1643,7 @@ class TwilioService {
|
|
|
1643
1643
|
const httpOptions = {
|
|
1644
1644
|
headers: new HttpHeaders({ 'Content-Type': 'application/json', 'Auth-Key': "Bearer " + localStorage.getItem('ext_token') }),
|
|
1645
1645
|
};
|
|
1646
|
-
return this.http.get(`${environment.apiUrl}/utilities/ext/add/incoming/participant/${participantId}/${conferenceId}
|
|
1646
|
+
return this.http.get(`${environment.apiUrl}/utilities/ext/add/incoming/participant/${participantId}/${conferenceId}`, httpOptions);
|
|
1647
1647
|
}
|
|
1648
1648
|
connect(data) {
|
|
1649
1649
|
return this.device.connect({
|