I have integrated the 'react-native-webrtc' package into my React Native application for video call functionality. While it works perfectly on the iOS simulator, I encountered an issue when testing it on my Android device. Whenever i open my application, I receive the following error:
"null is not an object (evaluating webrtcmodule.sendergetcapabilities)"
I have installed it using "npm install react-native-webrtc"
here is image Screenshot
How can i fix this issue.