Rustam Dzhaksimov
Rustam Dzhaksimov
Hey @cloudwebrtc! I'm using JBL TUNE760NC. For my case it's happens because this code: https://github.com/livekit/client-sdk-flutter/blob/f5c681d5096e23dc332074e273a9dedc77d11dd6/lib/src/track/audio_management.dart#L128C5-L133C6 `Hardware.instanse.setSpeakerPhoneOn(true)` works only if `_preferSpeakerOutput = false`. In my case I'm just use `await Hardware.instance.setPreferSpeakerOutput(true)`...
Is this anti fix of https://github.com/flutter-webrtc/flutter-webrtc/pull/1285 ?
Thanks for the quick response! If I understand you correctly, you can get name of the browser using the package https://pub.dev/packages/device_info_plus Browser name contains in userAgent String or you can...