Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HadarShahar/zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom

So far I have made the following features, all of them work between multiple users in multiple meetings:

  • Sign in with google / with your name.

  • Video streaming (UDP).

  • Audio streaming (UDP).

  • Screen sharing (UDP).

  • Chat: broadcast messages and direct messages to specific users.

  • Painting on a smart board, which also detects lines and rectangles.

  • Writing in a "remote" window (currently notepad, reflects the text that each user writes to all the others).

alt text

alt text

alt text

Setup

Run the file setup/setup.bat which installs all the requirements and imports the registry constants (the server's ip and ports).

If pyaudio installation fails, check this link.

Run

Use the batch files in the run directory or run these commands:

  • Server: python -m server.main_server
  • Client: python -m GUI.opening_window

About

Functional Zoom application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published