From 0f6ce765ad0cf09dd4a0a8d76cfbc2c072d4e690 Mon Sep 17 00:00:00 2001 From: Ilan Bigio Date: Thu, 19 Dec 2024 16:35:42 -0500 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3acc522..8be897c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Combine OpenAI's Realtime API and Twilio's phone calling capability to build an AI calling assistant. -Screenshot 2024-12-17 at 1 46 18 AM +Screenshot 2024-12-18 at 4 59 30 PM ## Quick Setup @@ -23,7 +23,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-17 at 12 54 12 PM 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