Skip to content

Conversation

@oliverlaz
Copy link
Member

Overview

Adds experimental support for Closed Captions.

Screenshot 2024-02-22 at 17 07 03

oliverlaz and others added 30 commits December 1, 2023 15:29
Assign `data-testid` attributes to the Call Control Buttons.
- allow for a primary and secondary active state on the button
- remove redundant code and file
when speaker left or right is active on mobile switch to speaker bottom
- show when url is copied
Base automatically changed from feature/WD-1079 to main February 26, 2024 14:10
# Conflicts:
#	.github/workflows/deploy-react-sample-apps.yml
#	packages/react-sdk/src/components/CallControls/ToggleAudioButton.tsx
#	packages/react-sdk/src/components/CallControls/ToggleVideoButton.tsx
#	packages/react-sdk/src/translations/en.json
#	sample-apps/react/react-dogfood/components/ActiveCall.tsx
#	sample-apps/react/react-dogfood/components/MeetingUI.tsx
#	sample-apps/react/react-dogfood/hooks/useGleap.ts
#	sample-apps/react/react-dogfood/style/CallControls/CallControls-layout.scss
#	sample-apps/react/react-dogfood/style/layout.scss
oliverlaz added a commit that referenced this pull request Apr 5, 2024
…1283)

Adds API for registering video filters, default plugin based on TensorFlow Lite, and a sample integration in our Demo app.

**New APIs:**
- `camera.registerFilter(async (mediaStream) => mediaStream)` the core
part. It allows you to chain multiple video and audio filters.
- `@stream-io/video-filters-web` - a new lib that is responsible for the
ML part and WebGL rendering
- `BackgroundFiltersProvider` - a component in the React SDK that helps
you to manage the applied filters.

Our dogfooding app integrates these new APIs and provides the necessary input (background images) and styling.

### Notes
Because of our deployment setup, this PR contains the changes done as part of #1271 and #1276 :)
@oliverlaz
Copy link
Member Author

I'm closing this stale PR. These changes are already part of our main branch for a while.

@oliverlaz oliverlaz closed this Oct 1, 2024
@oliverlaz oliverlaz deleted the closed-captions branch October 1, 2024 10:20
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.

5 participants