VB: Own code review

This commit is contained in:
manuroe
2022-10-20 13:39:27 +02:00
parent abddea7e3e
commit b7f12b0247
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?
}