AzureCommunicationUI/sdk/AzureCommunicationUICalling/Sources/Redux/Action/AudioSessionAction.swift (6 lines of code) (raw):

// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // import Foundation enum AudioSessionAction: Equatable { case audioInterrupted case audioInterruptEnded case audioEngaged }