Vonage / vonage-java-sdk

Vonage Server SDK for Java. API support for SMS, Messages, Voice, Text-to-Speech, Numbers, Verify (2FA), Video and more.
https://developer.vonage.com/en/home
Apache License 2.0
95 stars 119 forks source link

VoiceClient createCall API does not accept NCCO #230

Closed vinokanth92 closed 5 years ago

vinokanth92 commented 5 years ago

When creating a call with VoiceClient.createCall(), the Call object does not accept a NCCO. But according to the documents, we can send a NCCO instead of answered_url. How can I resolve this issue?

Nexmo doc ref: https://developer.nexmo.com/api/voice

cr0wst commented 5 years ago

Hi @vinokanth92,

This is a really new feature which hasn't been implemented as part of the Java client yet.

Tagging @judy2k for client library prioritization.