Jitsi Meet and Sendbird class conflicts
I want to integrate the Jitsi meeting and send-bird into my project. For that, I added the below dependencies.
implementation 'com.sendbird.sdk
sendbird android sdk3.1.15'
implementation 'com.sendbird.sdk
sendbird calls1.8.0'
implementation('org.jitsi.react
jitsi meet sdk6.0.0') {
transitive = true
}
But when I am trying to run the project I'm getting the below errors.
Task appdexBuilderDebug
FAILURE: Build completed with 2 failures.
1: Task failed with an exception....