Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.41 KB

File metadata and controls

27 lines (16 loc) · 1.41 KB

Ahey (previously Hello)

A free, p2p, group video call app for the web. No signups. No downloads. Works in all major browsers.

Ahey is built on WebRTC, enabling peer-to-peer video, audio, and text communication. Group calls use a mesh topology, where each participant connects directly to every other participant. This means there’s no central server handling the media streams, which keeps things private and low-latency, but also makes performance dependent on the number of participants and their internet speeds. Call quality tends to decrease as more people join, with the sweet spot typically being around 6 to 8 participants on a high-speed connection.

Key Features

  • No Sign-up Required: Join or create video calls instantly without accounts or passwords.
  • Peer-to-Peer WebRTC: Low-latency direct streaming between participants.
  • Unique Channel URLs: Easily shareable links like ahey.io/channel-id.
  • Embed Anywhere: Embed calls on any website or app using an <iframe>.
  • Free and Browser-Based: 100% free, runs in modern browsers with no downloads.

Wiki

Please refer wiki page for more documentation.

Contributions

Please refer CONTRIBUTIONS.md for more info.

LICENSE

MIT License