Open topdeveloper0017 opened 6 years ago
you may use the most recent library which has removed the method, you can remove the method from AgoraModule.java
manually.
Where is recent library ? would you give me a link url? Localvideo view not working in android (I run with remove method on the issue), but localvideo view works on iOS. this is library issue ?
I didn't mean the RN library but the AGORA library, this RN library wasn't written based on the most recent AGORA library which may delete the method, so you just remove the method from AgoraModule.java manually is well. Have you disabled the camera permission?
I have allowed all permissions, but my local videoview does not show anything.(but called user can see me on his remoteview.) What is the issue ?
Could you change a device to have a try ?
I have tried difference device, but same problem. I cannot see localview in android app.(but this works on iOS) What is the issue ?
Also I can hear much noise when I connect to video/audio call. Can you tell me about those issues ?
i run this project on my device, the local view can be shown. Could u provide a screenshot or some log ?
Here is a screenshot link url. https://ibb.co/f38YQA
I cannot see localvideoview in android now.
Did you check screenshot ?
i can tell nothing from the screenshot. Have you tried that run the demo directly, is there the same problem?
AgoraModule.java:620: error: method does not override or implement a method from a supertype @Override ^ Note: AgoraModule.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error
Please help me.