opentok / opentok-react-native

OpenTok React Native - a library for OpenTok iOS and Android SDKs
https://tokbox.com/
MIT License
211 stars 156 forks source link

screen sharing shares app screen only #414

Open SheereenHamza opened 4 years ago

SheereenHamza commented 4 years ago

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. image

How can I share other screens.

ravipulluri commented 4 years ago

can anyone help on this?

irevived1 commented 3 years ago

We also have the same problem. Is this resolved yet?

rrnara commented 3 years ago

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

smkamranqadri commented 3 years ago

is anyone know how to share other app screen in iOS?

abdulajet commented 3 years ago

@rrnara can you create a pull request please?

rrnara commented 3 years ago

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

abdulajet commented 3 years ago

@rrnara cheers, ill get some CI going then ill ping you on there

Shivani12345 commented 3 years ago

how can we share screen outside of application or when app is in background?

anshumanburman commented 2 years ago

@Shivani12345 did you get any solution for this?. Bcz I also need the same feature.