React application which uses IFrame API to embed Jitsi Meet functionality into the application to experience the full functionality of the globally distributed and highly available deployment available with meet.jit.si.
- Node >= 14.0.0
- npm >= 5.6
# Clone the repo
git clone
cd react-jitsi-meet
# Install npm packages
npm install
# Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files
npm start
# Build artifacts will be stored in the `build/` directory.
npm run build