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

Version 2.0.0-beta.21 does not contain the streamClient or any voice functionality #93

Open
Beslinda opened this issue Aug 27, 2018 · 0 comments

Comments

@Beslinda
Copy link

I am trying to use stream client but it is not available on the ApiAiClient. This is what I am doing

private apiAiStreamClient: IStreamClient;
readonly client = new ApiAiClient({accessToken: 'xxxx',streamClientClass: ApiAiStreamClient})

this.apiAiStreamClient = this.client.createStreamClient(); // this client does not contain a function createStreamClient. Even when I check in the node modules it seems like the voice part is not there are all .

Which version of this modules should I use ? Where to find documentation about this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant