VB: Started live playback

This commit is contained in:
manuroe
2022-10-20 11:33:17 +02:00
parent 4da33a5259
commit cc39c8511e
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
}