Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 830 Bytes

holla

quick start

WebRTC - real time communication in browser via simple javascript api, fully supported in Chrome 24+ and Firefox 21+ Stability of video and sound communication are still the main focus of webRTC team

Rtc clients require "signaling server" for handshakes and meta-information exchange, so they can start a sweet peer-2-peer connection after. There are quite a few existing abstractions for it - webRTC.io, PeerJS, holla and other.

demo

I tried holla bacause it doesn't mess with multiple rooms and provides an easy API for the client as well.

todo

  • add minimum video function (mute, drop call, full screen)
  • add chat
  • beautify :)