Voice broadcast connection error handling while recording (#7282)

This commit is contained in:
Yoan Pintas
2023-01-18 16:27:13 +00:00
committed by GitHub
parent 152fc60aa1
commit d34cebc6be
13 changed files with 152 additions and 49 deletions
@@ -21,6 +21,7 @@ enum VoiceBroadcastRecorderViewAction {
case stop
case pause
case resume
case pauseOnError
}
enum VoiceBroadcastRecorderState {
@@ -28,6 +29,7 @@ enum VoiceBroadcastRecorderState {
case stopped
case paused
case resumed
case error
}
struct VoiceBroadcastRecorderDetails {