SpeechToText-WebSockets-Javascript icon indicating copy to clipboard operation
SpeechToText-WebSockets-Javascript copied to clipboard

Cordova/Ionic client

Open chazwoza opened this issue 7 years ago • 1 comments

Hello,

Is it supported to use the JavaScript SDK from within a Cordova app ( e.g ionic) ?

If so, is there a sample of using this SDK from within a Cordova application?

chazwoza avatar Dec 23 '17 06:12 chazwoza

Cordova in iOS does not support WebRTC, and Android do support it. You will need to implement an audio source by yourself.

compulim avatar Jun 30 '18 22:06 compulim