AzureCommunicationUI/sdk/AzureCommunicationUICalling/Sources/CallCompositeOptions/SetParticipantViewDataError.swift (4 lines of code) (raw):

// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // import Foundation /// An error that occurs during setting participants view data. public enum SetParticipantViewDataError: String, Error { /// Error when the remote participant is not in the call. case participantNotInCall }