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 configured and app is launched in a mobile device, and if so, it shows a new form to configure them
Basic Ionic
Basic client application built with Ionic, using Angular and Capacitor. It internally uses livekit-client-sdk-js.
For further information, check the tutorial documentation.
Prerequisites
Run
- Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/openvidu-ionic
- Install dependencies
npm install
- Run the application
-
Browser
npm start -
Android
npm run android -
iOS
npm run ios