Jitsi Video call app
Jitsi Video call app

Create a Video Call Web App in 10 minutes with Jitsi and React

Shelcia David
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

--

--

Shelcia David

MS in Information @ UW Madison || Ex Senior Software Developer @NASDAQ. I write articles about Web apps, UX and whatever I find interesting. www.shelcia-dev.me