Hi there, I’m trying to setup the react-native-webrtc in our project. Unfortunately I encountered an issue during setting the localDescription for SDP answer. When I call peer.setLocalDescription with created answer the android app is being closed, no logs, no info. Did anyone have similar problem and know how to solve it?
anyway issue is already fixed. problem was related to missing configuration in AndroidManifest <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>