MatWaller / Classroom

Multi-Client WebRTC Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 90.4%Language:CSS 9.3%Language:HTML 0.3%