-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hey,
apparently when I do:
TTS.stop().then(() => {
this.isTalking = false;
console.log('stopped');
}).catch((reason: any) => {
this.isTalking = false;
console.log(reason);
});The then and catch are not being called...
The stop is being called though, so I think I'lll just remove the .then and set it to false after calling stop.
It is nice to have a callback to know whether it stopped or errored out for some reason though.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels