chore(mobile): add LiveKit RN deps + mic permission + audio bg mode
This commit is contained in:
@@ -18,11 +18,14 @@
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "cloud.netralax.app",
|
||||
"infoPlist": {
|
||||
"ITSAppUsesNonExemptEncryption": false
|
||||
"ITSAppUsesNonExemptEncryption": false,
|
||||
"UIBackgroundModes": ["audio"],
|
||||
"NSMicrophoneUsageDescription": "Netralax nutzt das Mikrofon für Sprachanrufe."
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"package": "cloud.netralax.app",
|
||||
"permissions": ["RECORD_AUDIO"],
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#0b0b0f"
|
||||
@@ -44,7 +47,9 @@
|
||||
"photosPermission": "Netralax greift auf deine Fotos zu, damit du sie in Nachrichten teilen kannst.",
|
||||
"cameraPermission": "Netralax nutzt die Kamera für Fotos in Nachrichten."
|
||||
}
|
||||
]
|
||||
],
|
||||
"@livekit/react-native-webrtc",
|
||||
"@livekit/react-native"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
|
||||
Reference in New Issue
Block a user