VB: Started live playback

This commit is contained in:
manuroe
2022-10-20 11:33:17 +02:00
parent ebff90ff2d
commit eff2f3cc42
2 changed files with 26 additions and 1 deletions
@@ -19,6 +19,7 @@ import SwiftUI
enum VoiceBroadcastPlaybackViewAction {
case play
case playLive
case pause
}
@@ -27,6 +28,7 @@ enum VoiceBroadcastPlaybackState {
case stopped
case buffering
case playing
case playingLive
case paused
case error
}