mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
VB: Own code review
This commit is contained in:
@@ -33,14 +33,7 @@ enum VoiceBroadcastPlaybackState {
|
||||
case error
|
||||
}
|
||||
|
||||
// TODO: Keept it? It is always player
|
||||
enum VoiceBroadcastPlaybackType {
|
||||
case player
|
||||
case recorder
|
||||
}
|
||||
|
||||
struct VoiceBroadcastPlaybackDetails {
|
||||
let type: VoiceBroadcastPlaybackType // TODO: Keept it? It is always player
|
||||
let senderDisplayName: String?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user