-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[Android SDK] Screen sharing not working for Android 10, 11, 12 [Edit] #13210
Comments
What error do you get? (please check with adb logcat) |
I checked, but there is no specific information. I found similar problems, however they are not solved:
Now, I tested in Android 12 for Samsung A51 It looks as if in the flag does not work something properly toolbox.enabled or TOGGLE_SCREEN_SHARE I also found repository, where is working fine for version 2.11.0 (2020-11-17) Could you check if something has changed for Screen sharing in the latest versions? |
I don't recall anything changing. I also cannot reproduce the problem on the Jitsi Meet app. At any rate, we are planning to release SDK 8 soon, which is built to target more modern Android versions, that might have something to do with it. |
In the Jitsi meet app it works. A lot of examples on Android use older versions of Jitsi. After adding the latest version 7.0.1 in the app, it only works for me up to API 28 (Android 9). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description:
for devices above Android 9, screen sharing does not work.
Steps to reproduce:
or
Expected behavior:
Screen sharing works on any version of Android. Screen Sharing only works with Api 28 and lower versions.
Actual behavior:
Screen sharing doesn't work above Android 9.
Server information:
Client information:
Additional information:
Has there been anything changed for Screen sharing? I think it might be something with MediaProjection.
The text was updated successfully, but these errors were encountered: