open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

Possibility to send multiple audio streams #555

Open schlypel opened 2 years ago

schlypel commented 2 years ago

Hi, I am trying to start the client and publish multiple video and audio streams to the server. While video streams are configurable, it seems that the audio part only uses the one AudioFrameGenerator globally. For the rest of the publishing process, I can only send this one audio stream, no way to send more then one audio with the one client instance.

Is this correct? Am I missing something?

jianjunz commented 2 years ago

If you need AudioFrameGenerator for custom audio stream, I think only a single audio stream is supported.