Create a Video Call Web App in 10 minutes with Jitsi and React
5 min readMar 26, 2022
This tutorial will be pretty exciting!. We will be integrating Jitsi with our react app and with that, we can create our video call room.
With Jitsi we can
- can share our screen
- chat with other meeting members
- create separate board room
- create polls
- change/blur background during video calls
Pre-requisites:
This tutorial is for beginners/intermediates in React and Javascript.
Libraries used:
Material UI
Material UI is an amazing styling library. We will be using this for styling our pages.
Step 1: Introduction
We will be using Jitsi’s external API, which will be embedded in react app created using create-react-app.
Step 2: Setting Up React App
npx create-react-app jitsu-react-medium