react-native-webrtc / react-native-incall-manager

Handling media-routes/sensors/events during a audio/video chat on React Native
ISC License
547 stars 191 forks source link

Runtime Error on Android targetSdk 34+ #235

Closed santhoshvai closed 6 months ago

santhoshvai commented 7 months ago

When android app is set to targetSDK 34 this error happens.

image

The cause of this error is the following code: https://github.com/search?q=repo%3Areact-native-webrtc%2Freact-native-incall-manager+registerReceiver&type=code

Here is the stack overflow explanation: https://stackoverflow.com/a/77276774