Skip to content

Commit

Permalink
Revert "Show error screens in group calls (#3813)" (#3819)
Browse files Browse the repository at this point in the history
This reverts commit 36c851d.
  • Loading branch information
hughns authored Feb 24, 2025
1 parent 9d5c4f7 commit 773d44c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ struct ElementCallWidgetMessage: Codable {

enum Action: String, Codable {
case hangup = "im.vector.hangup"
case close = "io.element.close"
case mediaState = "io.element.device_mute"
}

Expand Down Expand Up @@ -182,8 +181,6 @@ class ElementCallWidgetDriver: WidgetCapabilitiesProvider, ElementCallWidgetDriv
if widgetMessage.direction == .fromWidget {
switch widgetMessage.action {
case .hangup:
break
case .close:
actionsSubject.send(.callEnded)
case .mediaState:
guard let audioEnabled = widgetMessage.data.audioEnabled,
Expand Down

0 comments on commit 773d44c

Please sign in to comment.