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.
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.
icepond
: Gall agent and marks for ICE server acquisitionicepond-js
: Javascript library for fetching ICE servers over airlock from icepondicepond-test
: React app demonstrating icepondrtcswitchboard
: Gall agent and marks for signalling WebRTC peer connectionsrtcswitchboard-js
Javascript library for setting up WebRTC peer connections via Urbit airlock to switchboardpals-js
Javascript library for fetching %pals over the airlock. Not official.campfire
: React app for p2p WebRTC video+voice calls.
See DESIGN.md
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
.