JitsiMeetSDK 2.3.2 Android has an error with netinfo
See original GitHub issueWe tried to use JitsiMeetSDK 2.3.2 on Android and when we start a call has the follow error:
java.lang.NoSuchMethodError: No interface method putMap(Ljava/lang/String;Lcom/facebook/react/bridge/WritableMap;)V in class Lcom/facebook/react/bridge/WritableMap; or its super classes (declaration of 'com.facebook.react.bridge.WritableMap' appears in /data/app/chat.rocket.reactnative-Cfn4SGkBvJro4AVjjDc1YA==/base.apk!classes2.dex)
This error is from react-native-community/netinfo.
JitsiMeetSDK 2.4 Android works fine!! ❤️ thanks!
Waiting your update on gradle.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Error "is also present at [org.jitsi.react:jitsi-meet-sdk:3.3.0 ...
I build video call using jitsi when run the code then show this error. "E:\video\android\app\src\debug\AndroidManifest.xml Error: Attribute ...
Read more >react-native-jitsi-meet - Bountysource
My screen stays black on android. I have no errors whatsoever, but JitsiMeetView does not load because the onConferenceWillJoin does also not fire....
Read more >@react-native-community/netinfo - npm
React Native Network Info API for Android, iOS, macOS, Windows & Web. It allows you to get information on: Connection type; Connection quality....
Read more >Android Connection Problem - Jitsi Community Forum
We have a problem with integrating jitsi. ... 02-21 16:32:32.433 27424 27472 I JitsiMeetSDK: [features/base/net-info] Network changed ...
Read more >NetInfo - React Native
unknown - error case and the network status is unknown. Android-only values for ConnectionType : bluetooth - device is connected via Bluetooth ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems to be version 61 of react native. Version 61 has different interface for WritableMap, which expects String,ReadableMap instead of String,WritableMap. Downgrading to RN 60 worked for me.
Android SDK 2.4.0 is now out, with uses RN 0.61 so this should be fixed!