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

feat: Closed captions #796

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

feat: Closed captions #796

wants to merge 7 commits into from

Conversation

Brazol
Copy link
Contributor

@Brazol Brazol commented Nov 18, 2024

This PR adds support for Closed Captions feature to our Flutter Video SDK.

Key Changes

  • Closed Captions Support:

    • Added the Call.closedCaptions stream to enable overlaying captions during calls.
    • Introduced new configuration options in CallPreferences:
      • closedCaptionsRetentionTimeInMs: Controls the duration captions are displayed.
      • closedCaptionsQueueSize: Manages the number of captions in the display queue.
  • Regenerated OpenAPI Models:

    • Updated models required for the Closed Captions implementation.
  • Dogfooding App Enhancements:

    • Updated the app with options to toggle and display closed captions, enabling testing and demonstration of the new feature.

Docs: https://github.com/GetStream/docs-content/pull/19

@Brazol Brazol requested a review from a team as a code owner November 18, 2024 09:18
@Brazol Brazol changed the title Closed captions feat: Closed captions Nov 18, 2024
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