mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Update recorder view and content
This commit is contained in:
@@ -30,7 +30,12 @@ enum VoiceBroadcastRecorderState {
|
||||
case resumed
|
||||
}
|
||||
|
||||
struct VoiceBroadcastRecorderDetails {
|
||||
let senderDisplayName: String?
|
||||
}
|
||||
|
||||
struct VoiceBroadcastRecorderViewState: BindableState {
|
||||
var details: VoiceBroadcastRecorderDetails
|
||||
var recordingState: VoiceBroadcastRecorderState
|
||||
var bindings: VoiceBroadcastRecorderViewStateBindings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user