-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microphone doesn't work on Samsung Fold when it is folded or user is in the background #1207
Comments
The issue appears also on Samsung Flip |
Hey @Miara thanks for the report. You can test the theory if the type would work by using the service defined for live streaming host. Its types are "microphone|camera". To do so you need to provide a val callServiceConfig = livestreamCallServiceConfig()
val newCallServiceConfig = callServiceConfig.copy(
callServicePerType = mapOf(
Pair("ALL_CALL_TYPES", callServiceConfig.callServicePerType.getValue("livestream")),
),
) Supply the Let me know if this works. If yes, we will supply a proper default config for this type. |
@aleksandar-apostolov I tried, but I have such error - I'm not sure where the problem is:
|
Describe the bug
These bugs appear also in Messenger, but on Whatsapp/Telegram it works properly.
I got report that it also appears on Samsung Note 20. It seems to appear only on devices with Android 13 and 14 in the background. Perhaps
microphone
service type could solve the issue?I saw that in this PR: #1200 - you added such service, but only for audio (right?). In PR description it is said that CallService type was changed, but in changes I don't see
CallService
type has changed. Maybe it would be the solution for the problem mentioned aboveSDK version
To Reproduce
Steps to reproduce the behavior: actually described above ☝️
Expected behavior
Microphone should work even in the background or folded device.
Device:
The text was updated successfully, but these errors were encountered: