We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
18.x
Linux, Mac (intel)
3
const resp = await vonage.voice .playTTS(params.phone, { action: 'talk', text: '你好', language: 'cmn-CN', }) .then((resp) => console.log(resp)) .catch((err) => console.error(err));
User receive call in Chinese voice
Only able to receive call in english only
The text was updated successfully, but these errors were encountered:
@foongef-kewdoo vonage.voice.playTTS does not create the call. If you follow the example here are you able to get the call started?
vonage.voice.playTTS
Sorry, something went wrong.
manchuck
No branches or pull requests
Node Version
18.x
Platform
Linux, Mac (intel)
SDK Version
3
Code Sample
const resp = await vonage.voice
.playTTS(params.phone, {
action: 'talk',
text: '你好',
language: 'cmn-CN',
})
.then((resp) => console.log(resp))
.catch((err) => console.error(err));
Expected Behavior
User receive call in Chinese voice
Actual Behavior
Only able to receive call in english only
The text was updated successfully, but these errors were encountered: