Awesome
React Capacitor Jitsi Meet Sample App
This sample app runs a Jitsi Video Conference using the Capacitor Jitsi-Meet plugin on a React Android app.
Setup
-
Follow the 'Install the Ionic CLI' section.
-
In your IDE, clone the repo https://github.com/calvinckho/react-capacitor-jitsi-meet-sample.git into a local directory on your machine.
-
Inside the directory of your cloned project, install the node packages and build the app
$ npm install
$ npm run build
- Update the Capacitor settings, then open the project in Android Studio/XCode
$ npx cap update
$ ionic capacitor open android, ionic capacitor open ios
- Deploy the app to the Android and iOS devices