Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit fc99035

Browse files
author
Sarah Stringer
committed
Remove 2.0 in README intro and update twiml app config.
1 parent 5e1644f commit fc99035

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
## About
1212

13-
This application should give you a ready-made starting point for writing your own voice apps with the Twilio Voice JavaScript SDK 2.0 (formerly known as Twilio Client).
13+
This application should give you a ready-made starting point for writing your own voice apps with the Twilio Voice JavaScript SDK (formerly known as Twilio Client).
1414

1515
This application uses the lightweight [Flask Framework](http://flask.pocoo.org/). Once you set up the application, you will be able to make and receive calls from your browser. You will also be able to switch between audio input/output devices, and see dynamic volume levels on the call.
1616

@@ -140,8 +140,7 @@ Enter one client's name in the other client's "Make a Call" input field, and pre
140140

141141
### Receiving incoming calls from a non-browser device:
142142

143-
You will first need to configure your Twilio Voice phone number (the phone number you used as the `TWILIO_CALLER_ID` configuration value) with the same
144-
ngrok url that you did for your TwiML app. This tells Twilio how to handle an incoming call directed to your Twilio Voice number.
143+
You will first need to configure your Twilio Voice phone number (the phone number you used as the `TWILIO_CALLER_ID` configuration value) to route incoming calls to your TwiML app. This tells Twilio how to handle an incoming call directed to your Twilio Voice number.
145144

146145
1. Log in to the [Twilio Console](https://www.twilio.com/console)
147146
2. Navigate to your [Active Number list](https://www.twilio.com/console/phone-numbers/incoming)

0 commit comments

Comments
 (0)