twilio / voice-quickstart-android

Quickstart app for the Voice Android SDK
https://www.twilio.com/docs/api/voice-sdk/android/getting-started
MIT License
184 stars 140 forks source link

https://my-quickstart-dev.twil.io/make-call NOT FOUND (needs updating) #525

Closed D-I-S-C closed 2 years ago

D-I-S-C commented 2 years ago

I believe the README.md instruction 4. Create a TwiML application for the Access Token needs updating.

Currently it says to execute:

twilio api:core:applications:create \
    --friendly-name=my-twiml-app \
    --voice-method=POST \
    --voice-url="https://my-quickstart-dev.twil.io/make-call"

However, this is causing an error where https://my-quickstart-dev.twil.io/make-call cannot be found.

I think the URL is now meant to be https://quickstart-4419-dev.twil.io/make-call which works for me and it is the one actually shown when running the command twilio serverless:deploy. Can you confirm?