Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 745 Bytes

Readme.md

File metadata and controls

19 lines (12 loc) · 745 Bytes

WebRTC Video Chat App With Speechly

Example code of a simple WebRTC video chat application that uses Speechly to provide real-time transcription. Check out the full tutorial on our blog for more details.

Requirements

To run this you need a Speechly account and an Speechly application that has been deployed. You can get started here https://api.speechly.com/dashboard/

Add the Speechly application ID to the constructor call of the Speechly BrowserClient object in main.js.

Running locally

Fire up a local development server of your choice

python -m SimpleHTTPServer
# or the Python 3 equivalent
python3 -m http.server