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

[Qestion] How to get unmixed audio streams of each participant? #283

Open
Tryptophan opened this issue Oct 15, 2024 · 3 comments
Open

[Qestion] How to get unmixed audio streams of each participant? #283

Tryptophan opened this issue Oct 15, 2024 · 3 comments

Comments

@Tryptophan
Copy link

Hi Azure team,

I am using the ACS sdk to connect to a teams meeting and receive the audio of the participants in the meeting. In the docs here: https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/media-access it mentions that the client should be able to get unmixed streams for each remote participant in the call (see screenshot).

image

I have not found a way to do this with any of the sdks (js/c#/python/etc). Since this is stated as a use case, I assume there is some way to get it, but I have not found anything listed in the docs here: https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-raw-media-access?pivots=platform-web only ways to get mixed audio.

Please let me know how I can enable unmixed audio streams for my use case.

@enricohuang
Copy link

@Tryptophan currently the unmixed audio feature is not available on ACS calling JS SDK. We'll update the documentation accordingly.

@Tryptophan
Copy link
Author

Hi @enricohuang thanks for getting back to me. Is there any way to get unmixed audio from a teams meeting? Right now the only way I've found so far is with the windows .NET ocmmunication sdk.

@Tryptophan
Copy link
Author

@alvin-l-han @enricohuang Am I able to use the ACS call automating streaming to do this? See: https://learn.microsoft.com/en-us/azure/communication-services/how-tos/call-automation/audio-streaming-quickstart?pivots=programming-language-javascript

Call automation seems to be able to interop with teams. Is there a way I can use createCall or answerCall to connect to teams and call startMediaStreaming?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants