Several Voice API webhook models are missing
davideberlein opened this issue · 2 comments
davideberlein commented
Describe the bug
While some Voice API Webhook types are present i.e. InputEvent
and CallEvent
other events documented here are missing: https://developer.vonage.com/en/voice/voice-api/webhook-reference
e.g.
Missing headers field access
Additionally the existing models don't allow to read SIP header values:
- For the Answer Webhook they are directly added to the payload as described here:
https://developer.vonage.com/en/voice/voice-api/webhook-reference#transmitting-additional-data-with-sip-headers - For all the Event Webhooks they are in a
headers
field holding key/value's
Vonage SDK Version
- Version: 7.7
Java SDK Version
- Version: 11
SMadani commented
Thanks again for reporting this. Will aim to have a fix soon™️.