首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用Jitsi Sdk和quickblox时重复类org.webrtc.AndroidVideoDecoder

使用Jitsi Sdk和quickblox时重复类org.webrtc.AndroidVideoDecoder
EN

Stack Overflow用户
提问于 2020-11-27 07:20:01
回答 1查看 1.1K关注 0票数 1

我在用

com.quickblox:quickblox-android-sdk-videochat-webrtc:3.9.1聊天

org.jitsi.react:jitsi-meet-sdk:2.10.0 //用于会议

但无法解决这些问题

在模块中发现的

重复类org.webrtc.AndroidVideoDecoder -google 1.0.25003-运行时(org.webrtc:google:1.0.25003)和重复类org.webrtc.AndroidVideoDecoder$1发现于模块中-google 1.0.25003-运行时(org.webrtc:google:1.0。25003)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.react:react-native-webrtc:1.84.0-jitsi-5385907)重复类org.webrtc.AndroidVideoDecoder$DecodedTextureMetadata在模块中找到-google 1.0.25003-运行时(org.webrtc:google:1.0.25003)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.Reaction:react本机-webrtc:1.84)。0-jitsi-5385907)模块中发现的重复类org.webrtc.AndroidVideoDecoder$FrameInfo -google 1.0.25003-运行时(org.webrtc:google:1.0.25003)和模块中发现的org.webrtc.AndroidVideoDecoder$FrameInfo重复类org.webrtc.AudioProcessingFactory -google 1.0.25003-运行时(org.webrtc:google:1)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.react:react-native-webrtc:1.84.0-jitsi-5385907)重复类org.webrtc.AudioSource发现于模块中:google 1.0.25003-运行时(org.webrtc:google:1.0.25003)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.Reaction:react本机-webrtc:1).84.0-jitsi-5385907)在模块中发现的重复类org.webrtc.AudioTrack -google 1.0.25003-运行时(org.webrtc:google:1.0.25003)和模块中发现的org.webrtc.AudioTrack重复类org.webrtc.BaseBitrateAdjuster -google 1.0.25003-运行时(org.webrtc:google-webrtc:1.0.25003)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.react:react-native-webrtc:1.84.0-jitsi-5385907)重复类org.webrtc.BitrateAdjuster出现在模块中-google 1.0.25003-运行时(org.webrtc:google:1.0.25003)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.Reaction:react本机-webrtc:1.84.0-jitsi-5385907)在模块中发现的重复类org.webrtc.CallSessionFileRotatingLogSink -google 1.0.25003-运行时(org.webrtc :google:1.0.25003)和模块中发现的org.webrtc.CallSessionFileRotatingLogSink重复类org.webrtc.CalledByNative -google 1.0.25003-运行时(org.webrtc):google:1.0.25003)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.react:react-native-webrtc:1.84.0-jitsi-5385907)重复类org.webrtc.CalledByNativeUnchecked在模块中找到-google 1.0.25003-运行时(org.webrtc:google:1.0.25003)和jetified-react-native-webrtc-1.84.0-jitsi-5385907-runtime (com.facebook.react:react )-本机-webrtc:1.84.0-Jitsi-5385907)模块jetified-google-webrtc-1.0.25003-runtime 中找到的重复类org.webrtc.Camera1Capturer

EN

回答 1

Stack Overflow用户

发布于 2021-01-29 20:24:25

可能是一个迟来的答案,但为了将来的参考,这两个依赖项都使用WebRtc作为传递依赖项,从而复制类。

代码语言:javascript
复制
implementation ('org.jitsi.react:jitsi-meet-sdk:2.10.0') {
    transitive = true
    exclude group: 'com.facebook.react', module: 'react-native-webrtc'
}
票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65033416

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档