FCE-2747: Improve mobile-sdk docs about CallKit and Screen Sharing#221
Merged
MiloszFilimowski merged 5 commits intomainfrom Feb 9, 2026
Merged
FCE-2747: Improve mobile-sdk docs about CallKit and Screen Sharing#221MiloszFilimowski merged 5 commits intomainfrom
MiloszFilimowski merged 5 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the React Native (mobile) documentation to better reflect the current state of background calls, CallKit usage, and Android permission/service requirements, while cleaning up outdated or duplicate guidance.
Changes:
- Removed a duplicate “background streaming during screen sharing” tip from the screen sharing guide.
- Updated Android installation permission guidance (including correcting
MODIFY_AUDIO_SETTINGS) and removed permissions that are no longer required. - Expanded/updated the “Background calls” doc with new Android
AndroidManifest.xmlforeground service configuration and CallKit hook examples for iOS.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/how-to/client/screensharing.mdx | Removes duplicate background-streaming guidance from the screen sharing doc. |
| docs/how-to/client/migration-guide.mdx | Renames/repositions the 0.25.x migration guide and removes the CallKit hooks section. |
| docs/how-to/client/installation.mdx | Updates Android required-permissions list and fixes the MODIFY_AUDIO_SETTINGS typo in the manifest example. |
| docs/how-to/client/connecting.mdx | Renames the “Background Streaming” link label to “Background Calls”. |
| docs/how-to/client/background-streaming.mdx | Updates Android foreground service configuration and adds detailed iOS CallKit hook examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…s' into mfilimowski/FCE-2747-improve-docs
czerwiukk
approved these changes
Feb 9, 2026
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
Improved docs to reflect actual state