chore: temporarily 86 livekit

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-06-16 02:09:20 +02:00
parent b39b074ffb
commit 8c457e9165
2 changed files with 6 additions and 1 deletions

View File

@ -271,7 +271,8 @@ dependencies {
implementation "androidx.datastore:datastore-preferences:1.1.1"
// Livekit
implementation "io.livekit:livekit-android:$livekit_version"
// FIXME temporarily not included, re-add when realtime media is to be implemented
// implementation "io.livekit:livekit-android:$livekit_version"
}
sqldelight {

View File

@ -11,12 +11,16 @@
<!-- Android 14+ -->
<uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED" />
<!--
* FIXME LiveKit is temporarily not included, hence the following is commented out.
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature
android:name="android.hardware.camera"
android:required="false" />
-->
<application
android:allowBackup="true"