livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
274 stars 137 forks source link

[bug]Audio mixing #597

Open ashishp-dev opened 2 months ago

ashishp-dev commented 2 months ago

Describe the bug

I want to implement local audio mixing during call without playing background audio. can you please help me?

Thank you

ashishp-dev commented 2 months ago

@jezell @dsa @bcherry @paulwe can you please help me?

jezell commented 2 months ago

@ashishp-dev I'm not sure you can do that with the flutter SDK at the moment without forking. It's pretty easy to do with the go or python sdk, or the native SDKs from each platform though, so another option could be writing a little wrapper that uses the native SDKs to do that.

This tracks the blocker: https://github.com/flutter-webrtc/flutter-webrtc/issues/959