FCE-3388: Document how to use custom source and react-native-vision-camera in Fishjam#275
Merged
Conversation
- Bump web-client-sdk submodule to 38ff9a8d (PR #565 head, includes merged #560): adds useCustomAudioSource / pushAudioSamples - react-native.mdx: replace the "What about audio?" limitation section with a "Publish custom audio" guide (example, pushing notes, options table) - index.mdx: platform-support note no longer calls React Native video-only - explanation: custom audio marked supported, new "The audio pipeline" section under the renamed "React Native media pipelines"
- react-native.mdx: intro now presents both publishing hooks; the audio section moved after the MediaStream workflow instead of interrupting it - explanation: the useCustomAudioSource layering note moved from the source-ID section into the audio pipeline section - index.mdx: the React Native guide row mentions app-generated audio
The base SDK already requires a prebuilt app (see Installation), so Expo Go never applies; calling it out here implied the rest of Fishjam works in Expo Go.
RTCView needs a bounding box to know its size; flex: 1 (or no style at all) renders nothing unless the parent positions it absolutely. Use a constant size in all examples instead, including the width: "100%" variants, for consistency.
MiloszFilimowski
marked this pull request as ready for review
July 20, 2026 16:09
czerwiukk
reviewed
Jul 21, 2026
czerwiukk
approved these changes
Jul 21, 2026
MiloszFilimowski
enabled auto-merge (squash)
July 21, 2026 14:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Describe your changes in detail