react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
916 stars 441 forks source link

Question about how to use the self-managed mode on Android #813

Open GabrielBermudez opened 1 week ago

GabrielBermudez commented 1 week ago

Bug report

Description

Good evening, I am trying to implement react-native-callkeep, but we encountered an issue where it requires the phone account permission, and on various phone manufacturers, it’s difficult to find where to activate the flag, which is concerning for the end user. We tried the self-managed mode, but we couldn’t get it to work; we don't fully understand how to implement it as the provided documentation is not very complete. Nevertheless, we appreciate the effort. Our idea is to receive a silent push notification, display a call alert even if the app is not open or the phone is locked, and upon answering the call, redirect the user to a screen with a two-participant room using WebRTC. If anyone could kindly provide advice on this topic, it would be much appreciated. Thank you very much.

Versions

- Callkeep: 4.3.13
- React Native: 0.74.2
- iOS:
- Android:
- Phone model: Samsung A54
appinDhaval commented 1 week ago

Hello, did you find any way to set up self managed mode on android?

thanks, in advance