Slide 25
Slide 25 text
View Exit
✉ 12:30
⏚
⏍
Just a telephony api
app.get('/answer', async (request, reply) => {
let nexmo_call_control = [{
action: 'connect',
endpoint: [{
type: 'websocket',
uri: 'http://localhost:34567',
'content-type': 'audio/l16;rate=16000'
}]
}];
return nexmo_call_control;
});