-
Notifications
You must be signed in to change notification settings - Fork 156
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
screen sharing shares app screen only #414
Comments
can anyone help on this? |
We also have the same problem. |
I have the changes in a forked branch to fix this issue: It would be great if someone who owns this branch to review/merge this here |
is anyone know how to share other app screen in iOS? |
@rrnara can you create a pull request please? |
I created a PR which was rejected: #458. I don't have time to go through all validations now |
@rrnara cheers, ill get some CI going then ill ping you on there |
how can we share screen outside of application or when app is in background? |
@Shivani12345 did you get any solution for this?. Bcz I also need the same feature. |
publisherProperties: {
cameraPosition: 'front',
name: 'Sheereen',
publishVideo: true,
publishAudio: false,
videoSource: 'camera'
}
The above are my publisher properties. When changing videoSource to 'screen', it shares the app screen only.
How can I share other screens.
The text was updated successfully, but these errors were encountered: