skrafft / react-native-jitsi-meet

React native wrapper for Jitsi Meet SDK
Apache License 2.0
285 stars 348 forks source link

Crash issue after integrating lobby in Jitsi Server #237

Open ccs1428 opened 3 years ago

ccs1428 commented 3 years ago

Android application crash when joining a meeting.

Any solution for this

@skrafft i am in this issue last 2 days, please help

minos95 commented 3 years ago

same issue when i make url of my server jitsi doesn't work any solution ?

ccs1428 commented 3 years ago

Please update jitsi version in build.gradle file plugin project and sync. It will work.

Tharinducs commented 3 years ago

I am also getting the same error. is there any solution

Tharinducs commented 3 years ago

If anyone facing this issue. As @ccs1428 comment. Update the react-native-jitsi-meet package module build.gradle file jitsi-meet-SDK version to latest and put a clean build. then it will be solved temporarily until this package maintainers add this to package itself

tirmey commented 3 years ago

Hi, everyone!

I have the same issue regarding Jitsi Meet lobby in a bare expo project (react native .63.4). How can I specify the jitsi-meet SDK version? Following the module instructions, I add this snippet on ./android/build.gradle:

maven {
  url "https://github.com/jitsi/jitsi-maven-repository/raw/master/releases"
}

This URL should point to the most recent stable version of jitsy, no?

There is some complementar integration instructions?