Open rananajam1 opened 4 years ago
@rananajam1 You can disabled call integration, add this .setFeatureFlag("call-integration.enabled", false)
here
node_modules/react-native-jitsi-meet/android/src/main/java/com/reactnativejitsimeet/RNJitsiMeetModule.java
You need add it for both methods call
and audioCall
RNJitsiMeetConferenceOptions options = new RNJitsiMeetConferenceOptions.Builder()
.setRoom(url)
.setAudioOnly(false)
.setUserInfo(_userInfo)
.setFeatureFlag("call-integration.enabled", false) // Add this line
.build();
@bayazetyan still the same issue. @skrafft can you suggest why this might be happening?
@bayazetyan I am also facing the same issue. @skrafft Please suggest a reason. I am checking on the OnePlus 6.
Facing the same issue. Unable to trace the origin of this error by error message neither inside the library nor in the jitsi-meet server code too!! Model: Oneplus 8Pro, Oneplus Nord Oxygen OS: 11.x
Could this issue be anyway related to this module that specific Android systems could use? Ref https://github.com/VR-25/acc/issues/51
Any idea why I am facing this issue on oneplus 7T but not on samsung A10? (Release mode)