Skip to content

feat: added audio capture for ios broadcast screensharing mode - #2346

Draft
greenfrvr wants to merge 1 commit into
mainfrom
feat/ios-broadcast-screenshare-audio
Draft

feat: added audio capture for ios broadcast screensharing mode#2346
greenfrvr wants to merge 1 commit into
mainfrom
feat/ios-broadcast-screenshare-audio

Conversation

@greenfrvr

@greenfrvr greenfrvr commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

💡 Overview

Added audio capturing for iOS broadcast screen sharing type.
Note: if third party app uses exclusive playback category, the call's audio session is interrupted → mic capture stops → nothing is mixed/sent.

📝 Implementation notes

Added AudioUploader which works similar to SampleUploader: it sends bytes data via socket connection. Server is started on webrtc side. Bytes chunks are accumulated and pushed to ring buffer as they are ready. Audio mixing part stays as is (as it was for in-app audio capturing).

🎫 Ticket: https://linear.app/stream/issue/RN-416/ios-broadcast-screen-sharing-audio-capturing

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

Corresponding WebRTC PR: GetStream/react-native-webrtc#58

@greenfrvr greenfrvr self-assigned this Jul 27, 2026
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c975f13c-9f43-4073-8cd1-240608f3f323

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/ios-broadcast-screenshare-audio

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions

Copy link
Copy Markdown

Bundle size

Built package output. Sizes in KB; delta vs main@4fe5c40.

No significant package size increase vs main.

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