feat: surface mic and speech permissions

This commit is contained in:
Peter Steinberger
2025-12-06 02:11:54 +01:00
parent e1c9885566
commit f444604e7c
2 changed files with 34 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ public enum Capability: String, Codable, CaseIterable, Sendable {
case notifications
case accessibility
case screenRecording
case microphone
case speechRecognition
}
// MARK: - Requests
@@ -111,4 +113,3 @@ extension Request: Codable {
}
}
}