Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for media recordings #140

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open

Conversation

timrozum
Copy link
Contributor

  1. 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.
  2. Display alert when a user joins a stream to explain that recording is enabled.
  3. Display recording indicator while stream is in progress to indicate recording is ongoing.
  4. Use npm run recordings to view recordings.
  5. Refactor error handling in the reference backend to increase code reuse and make the code easier to follow.

Tim Mendoza and others added 30 commits March 22, 2022 21:01
# Conflicts:
#	apps/ios/LiveVideo/LiveVideo/Launch/LiveVideoApp.swift
#	apps/ios/LiveVideo/LiveVideo/Twilio/Sync/SyncManager.swift
@@ -1,7 +1,7 @@
const syncServicePrefix = 'Live Video '

module.exports = {
MEDIA_EXTENSION: 'video-composer-v1',
MEDIA_EXTENSION: 'video-composer-v1-test',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should change this to video-composer-v2 eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant