skrafft / react-native-jitsi-meet

React native wrapper for Jitsi Meet SDK
Apache License 2.0
285 stars 349 forks source link

Screen sharing #380

Open MarinaAmy opened 2 years ago

MarinaAmy commented 2 years ago

Hello everyone, has anyone managed to use screen sharing here? I have this error message when I want to launch it on Android:

'ERROR creating ScreeSharing stream ', [gum.screensharing_user_canceled: User canceled screen sharing prompt]

and on IOS does not work

I use: "react-native-jitsi-meet": "^2.2.0", "react-native": "0.63.4", and url "https://github.com/jitsi/jitsi-maven-repository/raw/bc603d897b4328e839d142f03a8365772ca3dbea/releases"

If you have a solution to this problem, I'm all ears.

Thanks very much :)

hypnocill commented 1 year ago

@Marinaarimany did you find a solution to the Android error [gum.screensharing_user_canceled: User canceled screen sharing prompt]?

hypnocill commented 1 year ago

I managed to get it working on Android and on iOS. Here's the topic where I explain the issues first and then my debugging process: https://community.jitsi.org/t/screen-sharing-on-moible-is-not-working/118460/11

Bear in mind that for the Android fix a custom jitsi sdk build is required and patching the react-native-jitsi-meet library

MarinaAmy commented 1 year ago

I managed to get it working on Android and on iOS. Here's the topic where I explain the issues first and then my debugging process: https://community.jitsi.org/t/screen-sharing-on-moible-is-not-working/118460/11

Bear in mind that for the Android fix a custom jitsi sdk build is required and patching the react-native-jitsi-meet library

Finally I left on two applications natively using the sdk

Thank you for your response