Skip to content

Commit

Permalink
[Fix]Recording state when failed (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis authored Jul 31, 2024
1 parent 11f1940 commit 41b35ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StreamVideo/CallState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public class CallState: ObservableObject {
case .typeCallHLSBroadcastingFailedEvent:
break
case .typeCallRecordingFailedEvent:
break
recordingState = .noRecording
case .typeCallRecordingReadyEvent:
break
case .typeClosedCaptionEvent:
Expand Down

0 comments on commit 41b35ef

Please sign in to comment.