Skip to content

Commit

Permalink
Add FOREGROUND_SERVICE_MEDIA_PROJECTION permission needed for android…
Browse files Browse the repository at this point in the history
… 14 (livekit#393)
  • Loading branch information
davidliu authored Mar 14, 2024
1 parent ba74b35 commit 6a47651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions livekit-android-sdk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION" />

<application>
<service
Expand Down

0 comments on commit 6a47651

Please sign in to comment.