From 80bd1166f00871622890c8c3072d0890d6405829 Mon Sep 17 00:00:00 2001 From: Ilan Bigio Date: Fri, 20 Dec 2024 10:33:17 -0500 Subject: Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8be897c..ca12136 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ This repo implements a phone calling assistant with the Realtime API and Twilio, 1. `webapp`: NextJS app to serve as a frontend for call configuration and transcripts 2. `websocket-server`: Express backend that handles connection from Twilio, connects it to the Realtime API, and forwards messages to the frontend - -Screenshot 2024-12-17 at 12 54 12 PM +Screenshot 2024-12-20 at 10 32 40 AM Twilio uses TwiML (a form of XML) to specify how to handle a phone call. When a call comes in we tell Twilio to start a bi-directional stream to our backend, where we forward messages between the call and the Realtime API. (`{{WS_URL}}` is replaced with our websocket endpoint.) -- cgit v1.2.3