Open reza7ca opened 3 years ago
Hi,
I had the same issue, how I solved it : On your manifest file add this :
<service android:name="io.wazo.callkeep.VoiceConnectionService"
android:label="Wazo"
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE">
<intent-filter>
<action android:name="android.telecom.ConnectionService" />
</intent-filter>
</service>
Bug report
[x] I've checked the example to reproduce the issue.
Reproduced on:
Description
"dependencies": { "react": "16.13.1", "react-native": "0.63.4", "react-native-background-timer": "^2.4.1", "react-native-callkeep": "^4.0.1", "react-native-device-info": "^7.3.1", "react-native-push-notification": "zo0r/react-native-push-notification#master", "uuid": "^8.3.2" }
Steps to Reproduce
Versions
Logs