JavaScript
Introduction
In this tutorial, you will learn how to create a Client SDK application and then write the code to receive an inbound PSTN call.
To achieve this, you will need:
- A web application that will notify the service agent of an inbound call and offer the ability to answer it
- A webhook server that can process an inbound webhook and return an NCCO to forward the inbound call to your application
Receiving a phone call in-app
You receive a call from a phone to your app
Also available on:
Steps
11