Implemented the ActivityReporting service in the Sample app target to surface the recording flow in Live Activities.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user