VB: Own code review

This commit is contained in:
manuroe
2022-10-20 13:39:27 +02:00
parent 64d4a91463
commit 34a49f966a
8 changed files with 13 additions and 115 deletions
@@ -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?
}