raulsuro
raulsuro
Hello @RealSarkhan and @riteshakya037 I am facing the same issue and the solution you propose is not working on my case. I have tried with multiple versions after 7.0.1 and...
Thanks! @niravkakadiya25 I could make it run without crashes now I am just trying to join a meeting and I am getting this error: ```initializing RN with Activity E Failed...
sure @niravkakadiya25 : ```kotlin private fun joinMeeting(call: MethodCall, result: Result) { // val room = call.argument("room") val room="eff9383f-afd6-41a3-ae17-d13d12747a28" // if (room.isNullOrBlank()) { // result.error("400", // "room can not be null...
Yes @niravkakadiya25 proguard adding all related to jitsi: `-keep class org.jitsi.meet.** { *; } -keep class org.jitsi.meet.sdk.** { *; }` and enabled multidex Still getting the same error after joining...
@niravkakadiya25 thanks but I am still getting the same error. Could be proguard or maybe some library that needs update. Still investigating Actually I can bypass that error and then...
I am using this one: `implementation ('org.jitsi.react:jitsi-meet-sdk:8.1.2') { transitive = true } ` Actually these issues started when I updated to the latest version. @niravkakadiya25