Skip to content

wangxpert/webrtc-video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC & SignalR Video Chat

Live Demo

A demo project for playing around with Peer-to-Peer audio/video connections using WebRTC. Signaling and management of users and active connections is handled by SignalR.

At the time of writing this, the application is working in the following browser releases:

However, the WebRTC implementation is progressing in both browsers, so this may or may not be broken by the time you try to use it :)

  • Rough around the edges
  • Connections take a LONG time in Firefox. Be patient, it will (probably) work if you didn't get a bunch of JavaScript errors.
  • Currently limited to two callers on the line at once. Conferencing is in the works.