Skip to content

malerey/VideoChat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Video chat

This is an example video chat application built with Twilio Video and React.

Preparing the application

Start by cloning or downloading the repo.

Install the dependencies:

npm install

Create a .env file by copying the .env.example.

cp .env.example .env

Credentials

You will need your Twilio Account SID, an API key and secret, all of them available by seeting up a Twilio account.

All of them should be added to the .env file.

Running the application

Run the app with:

npm run dev

This will open in your browser at localhost:3000

Extras

Twilio is a very powerful tool. This is a very simple sample app to showcase it's most basic capabilities, but it can be used for more complex needs. For example, you could let an user share his or her screen, make a live drawing-sharing app, set up a server to handle international calls with low latency, allow a call admin to remove participants from the call, and many others. Feel free to contact me if this is something that interests you, as I have made quite a lot of projects with this technology.

About

A VideoChat app made with Twilio and React Hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published