Skip to content

dchang103/Classroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Client WebRTC Example

Description

This is a simple WebRTC application that allows up to 4 clients to chat to each other at the same time through the browser with no plugins required full audio and video streaming even with a slow connection, full admin control, client controls.

Javascript and HTML5 has been used so there is no need to install flash.

Features

-- Up to 4 Clients can chat with audio/video lag free (is capable of more clients but not fully tested)
-- Text Chat
-- Private room creation based on a given string (a random string is generated if none is provided)
-- Room controls for admin (Close room, Lock room, add password)
-- Client controls (Mute audio, Hide Camera)
-- Set name
-- No sign up required.

About

Multi-Client WebRTC Chat

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.4%
  • CSS 9.3%
  • HTML 0.3%