AgoraIO-Community / VideoUIKit-Android

An Android package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
https://agoraio-community.github.io/VideoUIKit-Android/
MIT License
25 stars 15 forks source link

[BUG] Black screen when connecting or rotating the device #32

Closed A-Cordero closed 1 year ago

A-Cordero commented 1 year ago

After doing all the configuration of AgoraIO-Community:Android-UIKit-version 2.0.1 , the only version that does not conflict with agora-rtc, everything works correctly in floating mode, but the remote screen sometimes goes black, this also happens if I rotate the phone repeatedly the screen goes black, although the audio output works

maxxfrazer commented 1 year ago

Hi @A-Cordero, I just noticed that some of the URLs in the README were outdated, please try with the following dependency:

dependencies {
  implementation 'com.github.AgoraIO-Community:VideoUIKit-Android:v4.0.1'
}
maxxfrazer commented 1 year ago

There's also a bug reporting template in this repo, please fill out the information and put it all in this issue.

A-Cordero commented 1 year ago

Sorry for not use template, when i use VideoUIKit-Android:v4.0.1 the version told me reports in a new project that there are duplicate classes image

marutifh commented 1 year ago

Hi @A-Cordero,

Did you find any solution to this?

EDIT::

Issue got resolved with this:

dependencies { implementation 'com.github.AgoraIO-Community.VideoUIKit-Android:final:v4.0.1' }