laurentkempe / webrtc-video-chat

WebRTC and SignalR Video Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

WebRTC and SignalR Video Chat