I want to make a web-app which does video calls with live transcription -- using some 3rd party speech-to-text service (e.g. Google or Amazon). So the peer-to-peer MediaStream would be played to the users, and also sent to the API for transcription.
I am currently using https://peerjs.com/ to create the peer-to-peer call.
Is this feasible? Are there any code examples or libraries I could use?
Thank you, Daniel