AzureCommunicationUI/sdk/AzureCommunicationUICalling/Sources/Redux/Action/CallScreenInfoHeaderAction.swift (5 lines of code) (raw):
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//
import Foundation
enum CallScreenInfoHeaderAction: Equatable {
case updateTitle(title: String?)
case updateSubtitle(subtitle: String?)
}