Implemented the ActivityReporting service in the Sample app target to surface the recording flow in Live Activities.

This commit is contained in:
2026-07-05 22:06:45 +02:00
parent cfe6b1b408
commit 380ffc39b3
5 changed files with 171 additions and 1 deletions
@@ -53,6 +53,7 @@ struct ContentView: View {
RecordingView(
capturer: model.capturer,
transcriber: model.transcriber,
reporter: model.reporter,
locale: $model.locale,
) { transcription in
model.received(transcription)