Skip to content
New issue

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

[Question]: How to initiate an outbound call with phone number and text-to-speech in chinese? Not by call leg UUID #158

Open
foongef-kewdoo opened this issue Aug 29, 2024 · 1 comment
Assignees
Labels
question waiting-for-reporter Waiting on a response from the reporter

Comments

@foongef-kewdoo
Copy link

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

@manchuck
Copy link
Contributor

@foongef-kewdoo vonage.voice.playTTS does not create the call. If you follow the example here are you able to get the call started?

@manchuck manchuck added question waiting-for-reporter Waiting on a response from the reporter and removed bug labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question waiting-for-reporter Waiting on a response from the reporter
Projects
None yet
Development

No branches or pull requests

4 participants