<Jitsi Meet and Sendbird class conflicts> I want t...
# stackoverflow
u
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.sdksendbird android sdk3.1.15' implementation 'com.sendbird.sdksendbird calls1.8.0' implementation('org.jitsi.reactjitsi 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....