jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.2k stars 6.74k forks source link

Android 14 Crash problem #14961

Closed alperbeyler closed 3 months ago

alperbeyler commented 3 months ago

What happened?

Hi, We are using jitsi sdk and app crashed after targeting Android 14.

our error log: java.lang.RuntimeException: Unable to create service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService: java.lang.SecurityException: Starting FGS with type mediaProjection targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION] any of the permissions allOf=false [android.permission.CAPTURE_VIDEO_OUTPUT, android:project_media]

How can we fix this problem ? I did not see any update for JitsiMeetOngoingConferenceService class. Could you please update us ?

Thanks,

Alper

Platform

Browser / app / sdk version

8719

Relevant log output

java.lang.RuntimeException: Unable to create service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService: java.lang.SecurityException: Starting FGS with type mediaProjection targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION] any of the permissions allOf=false [android.permission.CAPTURE_VIDEO_OUTPUT, android:project_media]

Reproducibility

More details?

No response

alperbeyler commented 3 months ago

already fixed.