juancarmore 93a6357d66 Refactor Android tutorial to ask the user for setting URLs in case they are not set in code
Previously there was a settings button that opened a dialog to modify the URLs. Now that button has been removed and when the app starts, it checks if the variables are not set and if so, it starts a new activity to configure them
2024-07-31 13:06:01 +02:00
..

Basic Android

Basic client application built for Android using Kotlin. It internally uses livekit-client-sdk-android.

For further information, check the tutorial documentation.

Prerequisites

Run

  1. Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
  1. Open Android Studio and import the project openvidu-livekit-tutorials/application-client/openvidu-android

  2. Run the application in an emulator or a physical device by clicking the Run button in Android Studio. Check out the official documentation for further information.