jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
283 stars 240 forks source link

Android 14 app crash problem #242

Closed alperbeyler closed 3 months ago

alperbeyler commented 3 months ago

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

alperbeyler commented 3 months ago

not sample

Prakash-Raval commented 2 months ago

hi

@alperbeyler Did you find any solution ?