twilio-labs / twilio-aspnet

Integrate Twilio Programmable Messaging and Voice with ASP.NET Respond to webhooks with TwiML in seconds
Apache License 2.0
59 stars 30 forks source link

VoiceRequest not has FinishedOnKey parameter #60

Closed chenzhenxu closed 2 years ago

chenzhenxu commented 2 years ago

VoiceRequest not has FinishedOnKey parameter image

Swimburger commented 2 years ago

Thank you for reporting this. Feel free to contribute this change, or another contributor can do it. For now, you should be able to get the parameter via the HttpRequest.ReadFormAsync method which will give you the form collection, and then grab the parameter using form["FinishedOnKey"].

Swimburger commented 2 years ago

The property has been added and you'll be able to use it when it releases as part of then next release.