Open deepakverma4 opened 3 years ago
I made a pr today and upgraded SDK version.
But the problem is everything works fine except screen sharing. Screen sharing button prompts an alert then does nothing. I will request experienced Android developers to look at it (I tried with Android 11)
@deepakverma4 were you able to resolve the issue ??? Because I am facing the same issue
@deepakverma4 were you able to resolve the issue ??? Because I am facing the same issue
Nope, it's still happening
@skrafft can you help us regarding this??
I've created one issue in official jitsi repo and also shared the adb logs. Let's see if they can help. @skrafft doesn't seem to be interested working more in this repo.
hii... any update ? anyone solved this problem ?
I am trying to get the Screen Share working too. Anyone have any luck?
can you guys ask for update in official repo?, they are not prioritizing, thinking it is not needed by many
@markarupert @preetgaggu @deepakverma4 @Rectifer
Hiii :)
problem solved ?
Thank you
A work around to make it work on android is on the native module to add a static method which will include from JitsiMeet SDK the JitsiMeetActivityDelegate.onactivityResult. The static method should be called from your Mainctivity onActivityResult. This workaround has to do with the prompt for casting or recording when you press schreen sharing. When you press ok the MainActivity on activity result is triggered but your are not passing it to the Jitsi sdk. Also you MUST create a foreground service with type mediaprojection
A work around to make it work on android is on the native module to add a static method which will include from JitsiMeet SDK the JitsiMeetActivityDelegate.onactivityResult. The static method should be called from your Mainctivity onActivityResult. This workaround has to do with the prompt for casting or recording when you press schreen sharing. When you press ok the MainActivity on activity result is triggered but your are not passing it to the Jitsi sdk. Also you MUST create a foreground service with type mediaprojection
Can you share the final code, if you solved it already?
@saheemhussainchicmic can you share the code that gets this to work?
When are this repo is getting updated to support screen sharing? It is already available in official SDK.