https://github.com/anlisha-maharjan/react-jitsi-meet
React application which uses IFrame API to embed Jitsi Meet functionality.
https://github.com/anlisha-maharjan/react-jitsi-meet
jitsi-meet material-ui reactjs
Last synced: 5 months ago
JSON representation
React application which uses IFrame API to embed Jitsi Meet functionality.
- Host: GitHub
- URL: https://github.com/anlisha-maharjan/react-jitsi-meet
- Owner: anlisha-maharjan
- License: mit
- Created: 2022-02-10T16:01:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T11:02:35.000Z (about 3 years ago)
- Last Synced: 2024-11-10T10:25:33.485Z (7 months ago)
- Topics: jitsi-meet, material-ui, reactjs
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About
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.
## Requirements
- Node >= 14.0.0
- npm >= 5.6
## Getting started```bash
# 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```
## Building the project```bash
# Build artifacts will be stored in the `build/` directory.
npm run build```