twilio-live-interactive-video
twilio-live-interactive-video copied to clipboard
Add support for media recordings
- Add recording support to the web app, iOS app, and reference backend. The event host can enable recording in the app UI when they create the event.
- Display alert when a user joins a stream to explain that recording is enabled.
- Display recording indicator while stream is in progress to indicate recording is ongoing.
- Use
npm run recordings
to view recordings. - Refactor error handling in the reference backend to increase code reuse and make the code easier to follow.