Skip to content

Added Livedata to observe network connectivity throughout the application

Abhii requested to merge ABHI165/agora-android:livedata into develop

Fixes #361

Changes :

  1. Deleted Network Interceptor for checking internet connection.
  2. Added a new live data class "ConnectivityManager" to check for available connected networks.
  3. Added an additional class "InternetChecker" to cross check whether the connected network has internet connection or not.

Merge request reports