Skip to content

Voice and video chat app built on the urbit-webrtc gall agents.

License

Notifications You must be signed in to change notification settings

holium/campfire

 
 

Repository files navigation

@holium/campfire

This project is forked from the urbit-webrtc project, building on the gall agents developed for this grant: https://grants.urbit.org/proposals/21131866-webrtc-gall-agent-and-external-app

The campfire app is a totally rewritten UI fixing many bugs and issues in the urchatfm app.

Install on your urbit

Search for ~dister-dister-datryn-ribdun in your Urbit's Grid. Click on Campfire, then "Get App". It may take a few minutes to install, so please be patient. If you have previously had urchatfm installed, that needs to be uninstalled before installing Campfire.

Packages

  • icepond: Gall agent and marks for ICE server acquisition
  • icepond-js: Javascript library for fetching ICE servers over airlock from icepond
  • icepond-test: React app demonstrating icepond
  • rtcswitchboard: Gall agent and marks for signalling WebRTC peer connections
  • rtcswitchboard-js Javascript library for setting up WebRTC peer connections via Urbit airlock to switchboard
  • pals-js Javascript library for fetching %pals over the airlock. Not official.
  • campfire: React app for p2p WebRTC video+voice calls.

Design

See DESIGN.md

Getting Started

Run npm i && npm run bootstrap to get started. This project uses lerna to manage the rtcswitchboard-js, icepond-js and pals-js packages. Add a .env.local file to the campfire directory with the following entry VITE_SHIP_URL=https://yourshipurl.com.

About

Voice and video chat app built on the urbit-webrtc gall agents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • hoon 50.4%
  • TypeScript 45.8%
  • JavaScript 1.2%
  • Shell 1.0%
  • HTML 0.8%
  • CSS 0.8%