android-video-chat-demo
android-video-chat-demo copied to clipboard
simple android demo using the Agora.io SDK
Results
2
android-video-chat-demo issues
Sort by
recently updated
recently updated
newest added
How can a user receive call If app is not running. Is there any way to implement push notification?
The [joincall()](https://github.com/digitallysavvy/android-video-chat-demo/blob/a9dad9812de2cd423984a18c82f5050d6e21e671/app/src/main/java/com/example/android/myagoraapplication/MainActivity.java#L166) usage in `MainActivity.java` just has `null` in the place of the token. The app fails silently with a black screen for local stream, blank screen for remote stream.