twilio / voice-quickstart-server-node

voice quickstart server example in node
MIT License
24 stars 37 forks source link

Fixed incorrect Twilio package version causing .parameter() not working #23

Closed cybex-dev closed 2 years ago

cybex-dev commented 2 years ago

The last update set Twilio package version to 4.6.0 which doesn't exist resulting in some examples not working, namely .parameter() for clients.

This PR sets the correct package version to the latest published: 3.71.1

See example: https://www.twilio.com/docs/voice/how-share-information-between-your-applications?code-sample=code-generate-client-parameter-twiml-using-helper-libraries&code-language=Node.js&code-sdk-version=3.x

bobiechen-twilio commented 2 years ago

@cybex-dev Thanks for submitting the fix!