..
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-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 and Angular. 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