Skip to content

Conversation

@italomiguelpinheiro
Copy link

@italomiguelpinheiro italomiguelpinheiro commented Jan 16, 2026

Summary by CodeRabbit

Release Notes

  • New Features
    • Camera track creation now supports optional pre-processed video streams, providing enhanced flexibility for video processing workflows.

✏️ Tip: You can customize this high-level summary in your review settings.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Updated the LocalVideoTrack.createCameraTrack method signature to accept an optional rtc.MediaStream? processedStream parameter. When provided, this processed stream is used instead of creating a new one via LocalTrack.createStream(options).

Changes

Cohort / File(s) Summary
LocalVideoTrack API Enhancement
lib/src/track/local/video.dart
Added optional processedStream parameter to createCameraTrack(). Stream selection now uses provided processedStream via null coalescing operator (??) if available; otherwise falls back to LocalTrack.createStream(options).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰✨ A stream flows freely, yet now with choice,
Pre-processed or fresh—let callers rejoice!
With just a small param, flexibility's gained,
The video track's flexibility well-maintained! 🎬



📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 70d4d1f and f2b8702.

📒 Files selected for processing (1)
  • lib/src/track/local/video.dart

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@italomiguelpinheiro italomiguelpinheiro deleted the feature/video_blur branch January 16, 2026 14:31
@italomiguelpinheiro italomiguelpinheiro restored the feature/video_blur branch January 16, 2026 14:31
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.

2 participants