You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Livekit SDK is not taking mic input on Galaxy A25 5G. Same build is working on other devices but not this specific device. There is no specific information in the logs that can point to any errors or issues.
Device Info:
Device: Galaxy A25 5G
OS: Android 14
LiveKit SDK version: 2.10.0, 2.11.0
Additional context
Please let me know how can I generate logs in order to help diagnose this issue.
Current Livekit config is setup as follows:
There is a small update to the issue. After further testing we found out that the mic is operational but it only works when you speak very close to the mic even though we configured Livekit to be used in media mode. The moment the mic distance increases, it doesnt take the input. LiveKitOverrides( audioOptions = AudioOptions(audioOutputType = AudioType.MediaAudioType())),
Describe the bug
Livekit SDK is not taking mic input on Galaxy A25 5G. Same build is working on other devices but not this specific device. There is no specific information in the logs that can point to any errors or issues.
Device Info:
Additional context
Please let me know how can I generate logs in order to help diagnose this issue.
Current Livekit config is setup as follows:
Another note is that the issue is not present when the audioOptions are not overriden and Livekit is used in default mode.
The text was updated successfully, but these errors were encountered: