juancarmore 417f3d1111 Refactor Ionic tutorial to ask the user for setting URLs in case they are not set in code and the app is launched in a mobile device
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
2024-07-31 19:24:39 +02:00
..
2024-06-05 13:51:03 +02:00
2024-06-05 13:51:03 +02:00
2024-05-07 18:30:17 +02:00
2024-06-05 13:51:03 +02:00
2024-05-07 18:30:17 +02:00
2024-06-05 13:51:03 +02:00
2024-06-05 13:51:03 +02:00
2024-06-05 13:51:03 +02:00
2024-06-05 13:51:03 +02:00
2024-05-07 18:30:17 +02:00
2024-06-05 13:51:03 +02:00
2024-06-05 13:51:03 +02:00
2024-05-07 18:30:17 +02:00
2024-06-05 13:51:03 +02:00
2024-05-07 18:30:17 +02:00

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

  1. Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/openvidu-ionic
  1. Install dependencies
npm install
  1. Run the application
  • Browser

    npm start
    
  • Android

    npm run android
    
  • iOS

    npm run ios