opentok-react-native
opentok-react-native copied to clipboard
screen sharing shares app screen only
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.
can anyone help on this?
We also have the same problem. Is this resolved yet?
I have the changes in a forked branch to fix this issue: Compare Repos
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: https://github.com/opentok/opentok-react-native/pull/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.