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

Add documentation on Screen Sharing for mobile app #14

Merged
merged 14 commits into from
Sep 23, 2024

Conversation

mironiasty
Copy link
Member

Description

Add info about screen sharing and background run of app (for React Native)


# Streaming from background

On Android, it is possible to continue streaming when app is in background. Unfortunately this functionality is not available on iOS (due to Apple limitations)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: Are you sure this is true? I think it's possible to achieve using CallKit (at least audio, this is what google meets does), however our app does not support it.

Copy link
Member Author

@mironiasty mironiasty Sep 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is investigation done by Angelika. We might work on this in future, to make it work somehow.


### Android

On Android devices, screen share feature is available right after SDK is installed in app. No further actions are required.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: This is not true. Screen sharing won't work on Android >=24 if you don't enable enableForegroundService, as we need a foreground service for that to work.

Base automatically changed from moar-docs to main September 23, 2024 08:31
@mironiasty mironiasty enabled auto-merge (squash) September 23, 2024 08:42
@mironiasty mironiasty merged commit c190da2 into main Sep 23, 2024
1 check passed
@mironiasty mironiasty deleted the moar-docs-screenshare branch September 23, 2024 08:43
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