Skip to content

Commit

Permalink
Fix screen sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Apr 11, 2024
1 parent e4111b7 commit 7dac84d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/1021.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Partage d'écran lors d'un appel VoIP.
16 changes: 16 additions & 0 deletions vector/src/withdmvoip/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="im.vector.app">

<application>

<service
android:name=".features.call.webrtc.ScreenCaptureAndroidService"
android:exported="false"
android:foregroundServiceType="mediaProjection"
tools:targetApi="Q" />

</application>

</manifest>

0 comments on commit 7dac84d

Please sign in to comment.