Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZOOMUTEX

We have implemented Suzuki Kasami’s Mutual Exclusion algorithm’s as a way to prevent two or more people from talking over one another in a video call.

Try it out - https://zoomutex.herokuapp.com/

Implementation Details

Please find the algorithm implemented in the following files

client/scripts/room.ts

This is the main function to create a room, connect and disconnect peers' audio and video. Room.ts makes use of Suzukasa.ts and token.ts to ensure Mutual Exclusion between peers.

client/Scripts/mutex.ts

Holds the girth of the algorithm, it will makes use of token.ts for it’s data structures

client/scripts/token.ts

Data structures for the Suzuki Kasami algorithm

Local Build

npm run dev:server

Run server in development mode

npm run dev:client

Live compile typescript files.

About

P2P Video call app with a twist.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages