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

Is it possible to get audiostream from RemoteVideoStream during video call in Azure Communication Service? #33

Open
h0las-dev opened this issue Feb 16, 2022 · 0 comments

Comments

@h0las-dev
Copy link

I've started to investigate communication services for .Net recently and I've stucked with a problem: I want to get audio stream from my remote companion during video call and pass this stream to another service, make some analysis (convert audio to text and show like dynamic speech transcript for example. I want to use Azure Speech service for that). The problem is I don't know how to get audio stream from video stream or from call entity in this SDK.

Documentation is really poor and I don't know why because service looks very interesting.

I found only 1 example of usage Azure Communication Service in .Net here: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-with-video-calling?pivots=platform-windows

It works, however I didn't see anything connected with audio here. I even didn't see that in any entity from that example (LocalVideoStreeam, RemoteVideoStream, Call, some events and handlers, etc).

So, if anyone knows how to get audiostream using this SDK, it will really helpful for me. Also I will happy if someone can share any other usage examples video (or even audio calling) for .Net using this SDK because I found only 1 example and it's pretty poor.

Thank you!

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