Description
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).
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.