Create call session directly.
OK
The unique ID of session.
const response = await fetch('http://127.0.0.1:8888/api/sessions/directly?extension_number=text&password=text&domain=text&caller=text&callee=text&send_sdp=false', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": {} }