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
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
- Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
-
Open Android Studio and import the project
openvidu-livekit-tutorials/application-client/openvidu-android -
Run the application in an emulator or a physical device by clicking the
Runbutton in Android Studio. Check out the official documentation for further information.