OpenVibe.Live/Docs
Source on GitHub

After-show reports (/recap/:streamId)#

Every stream that ran at least 8 minutes gets a report a couple of minutes after it ends (server/recap/recap.js, job every 2 min, streams that ended in the last 12 h):

API: GET /api/recap/:streamId (builds on first view if missing), GET /api/recap/channel/:username. Client: public/js/recap.js, public/css/recap.css. The home digest's "streamed" chips link to the latest report with a 📋 button. Test: node test/recap.test.js.

This page is rendered from docs/recap.md in the OpenVibe.Live repository. Found a mistake? Edit it there.