-
Notifications
You must be signed in to change notification settings - Fork 92
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
Answer not working in Android 11 #112
Comments
I think this is a general problem. same device and problem: react-native-webrtc/react-native-callkeep#341 |
I'm facing the same issue in two devices:
What I found is that the onAnswer method overwritten in MyConnectionService is never called. The onReject it is called as usual. In the Pocophone, I saw a trace that may lead us somewhere:
I'll keep investigating, any help would be appreciated. Cheers, |
Hello, is there any improvement on the subject? |
There is a new improvement. |
any fix so far ? |
Couldn't be able to click ANSWER when I get a call. cordova.plugins.CordovaCall.on('answer', (answerData) => { Working In samsung phones. |
Apparently, it is fixed in devices with Android 12 OS (tested it with POCO F2 PRO) |
Answer function does not work on android 11.
Listener does not get called.
Device info:
The text was updated successfully, but these errors were encountered: