Hello there! I’m trying to implement open-vidu java client to android app. I have implemented the dependencies as well. However there is one dependency that is not possible to implement because android has stopped supporting * [org.apache.httpcomponents:httpclient].
There is no error when I compile. However, calling
val openVidu = OpenVidu(Constants.LIVE_URL, Constants.LIVE_SECRET_KEY)
always gives error.
I have attached screenshot for your reference.
Please look into this. I haven’t found any solution yet. Searching from past 2 days. In official github android project provided by open-vidu doesn’t show this https://search.maven.org/artifact/io.openvidu/openvidu-java-client/2.15.1/jar Implementation.
Thanks in Advance