diff --git a/CallIntent/IntentHandler.swift b/CallIntent/IntentHandler.swift index 5c09fa2f3..f031cd68c 100644 --- a/CallIntent/IntentHandler.swift +++ b/CallIntent/IntentHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Intents diff --git a/DemoApp/Sources/AppDelegate.swift b/DemoApp/Sources/AppDelegate.swift index 653e92b52..cb7f768b5 100644 --- a/DemoApp/Sources/AppDelegate.swift +++ b/DemoApp/Sources/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import GDPerformanceView_Swift diff --git a/DemoApp/Sources/Components/AppEnvironment.swift b/DemoApp/Sources/Components/AppEnvironment.swift index d162feb34..ee328a71a 100644 --- a/DemoApp/Sources/Components/AppEnvironment.swift +++ b/DemoApp/Sources/Components/AppEnvironment.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/AppState.swift b/DemoApp/Sources/Components/AppState.swift index b6eefffdd..1bed0616c 100644 --- a/DemoApp/Sources/Components/AppState.swift +++ b/DemoApp/Sources/Components/AppState.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.swift b/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.swift index 97601b392..0ef7478f7 100644 --- a/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.swift +++ b/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/AudioTrackPlayer/AudioTrackPlayer.swift b/DemoApp/Sources/Components/AudioTrackPlayer/AudioTrackPlayer.swift index 2161c05c8..7ddc65109 100644 --- a/DemoApp/Sources/Components/AudioTrackPlayer/AudioTrackPlayer.swift +++ b/DemoApp/Sources/Components/AudioTrackPlayer/AudioTrackPlayer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DemoApp/Sources/Components/Authentication/AuthenticationProvider.swift b/DemoApp/Sources/Components/Authentication/AuthenticationProvider.swift index f3c21877f..9aeae4a5a 100644 --- a/DemoApp/Sources/Components/Authentication/AuthenticationProvider.swift +++ b/DemoApp/Sources/Components/Authentication/AuthenticationProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/Chat/DemoChatAdapter.swift b/DemoApp/Sources/Components/Chat/DemoChatAdapter.swift index 596754c42..e74b49ffb 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatAdapter.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Components/Chat/DemoChatViewFactory.swift b/DemoApp/Sources/Components/Chat/DemoChatViewFactory.swift index fde41f943..398d59626 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatViewFactory.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.swift b/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.swift index fc01675ae..0f4ea9813 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/Chat/DemoChatViewModel.swift b/DemoApp/Sources/Components/Chat/DemoChatViewModel.swift index 91d2f1fce..cf83b99b7 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatViewModel.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Components/CodeScanner/CodeScanner.swift b/DemoApp/Sources/Components/CodeScanner/CodeScanner.swift index af0c34d3c..4e94a6670 100644 --- a/DemoApp/Sources/Components/CodeScanner/CodeScanner.swift +++ b/DemoApp/Sources/Components/CodeScanner/CodeScanner.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.swift b/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.swift index 36df53dee..fda720edc 100644 --- a/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.swift +++ b/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/DemoAppViewFactory.swift b/DemoApp/Sources/Components/DemoAppViewFactory.swift index acc92a601..260dd06d7 100644 --- a/DemoApp/Sources/Components/DemoAppViewFactory.swift +++ b/DemoApp/Sources/Components/DemoAppViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Components/Feedback/DemoFeedbackView.swift b/DemoApp/Sources/Components/Feedback/DemoFeedbackView.swift index 4897b0845..7cbcb25e1 100644 --- a/DemoApp/Sources/Components/Feedback/DemoFeedbackView.swift +++ b/DemoApp/Sources/Components/Feedback/DemoFeedbackView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/Gleap/GleapAdapter.swift b/DemoApp/Sources/Components/Gleap/GleapAdapter.swift index ce8a22fda..1e4ae1a68 100644 --- a/DemoApp/Sources/Components/Gleap/GleapAdapter.swift +++ b/DemoApp/Sources/Components/Gleap/GleapAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.swift b/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.swift index c9580d6eb..99c500ddd 100644 --- a/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.swift +++ b/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.swift b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.swift index 75666d920..318f7166d 100644 --- a/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.swift +++ b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.swift b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.swift index dc7c14c17..ed9c55fc7 100644 --- a/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.swift +++ b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/MemoryLogDestination/OSLogDestination.swift b/DemoApp/Sources/Components/MemoryLogDestination/OSLogDestination.swift index f9c6b26d1..955f21a0e 100644 --- a/DemoApp/Sources/Components/MemoryLogDestination/OSLogDestination.swift +++ b/DemoApp/Sources/Components/MemoryLogDestination/OSLogDestination.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/Reactions/ReactionsAdapter.swift b/DemoApp/Sources/Components/Reactions/ReactionsAdapter.swift index dfb0d20a0..00b15183b 100644 --- a/DemoApp/Sources/Components/Reactions/ReactionsAdapter.swift +++ b/DemoApp/Sources/Components/Reactions/ReactionsAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DemoApp/Sources/Components/Router.swift b/DemoApp/Sources/Components/Router.swift index d816f006a..4e5fac6ec 100644 --- a/DemoApp/Sources/Components/Router.swift +++ b/DemoApp/Sources/Components/Router.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/SessionTimer/SessionTimer.swift b/DemoApp/Sources/Components/SessionTimer/SessionTimer.swift index 91323c804..f229ed765 100644 --- a/DemoApp/Sources/Components/SessionTimer/SessionTimer.swift +++ b/DemoApp/Sources/Components/SessionTimer/SessionTimer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.swift b/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.swift index d9a29aa37..fe3510a7e 100644 --- a/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.swift +++ b/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.swift b/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.swift index 45ea970ef..d2bae6492 100644 --- a/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.swift +++ b/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Components/Storage/UnsecureRepository.swift b/DemoApp/Sources/Components/Storage/UnsecureRepository.swift index 9b7e77e25..973cb81f4 100644 --- a/DemoApp/Sources/Components/Storage/UnsecureRepository.swift +++ b/DemoApp/Sources/Components/Storage/UnsecureRepository.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Components/VideoFilters/PixelateVideoFilter/ModerationPixelateVideoFilter.swift b/DemoApp/Sources/Components/VideoFilters/PixelateVideoFilter/ModerationPixelateVideoFilter.swift index 5295e2e1d..cab3c40cb 100644 --- a/DemoApp/Sources/Components/VideoFilters/PixelateVideoFilter/ModerationPixelateVideoFilter.swift +++ b/DemoApp/Sources/Components/VideoFilters/PixelateVideoFilter/ModerationPixelateVideoFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/DemoApp/Sources/Controls/CallButtonView.swift b/DemoApp/Sources/Controls/CallButtonView.swift index 2f7d1ff41..785cd233a 100644 --- a/DemoApp/Sources/Controls/CallButtonView.swift +++ b/DemoApp/Sources/Controls/CallButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Controls/DemoControls.swift b/DemoApp/Sources/Controls/DemoControls.swift index c0a082ba9..bb34ec1b6 100644 --- a/DemoApp/Sources/Controls/DemoControls.swift +++ b/DemoApp/Sources/Controls/DemoControls.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import class StreamChat.ChatChannelController diff --git a/DemoApp/Sources/Controls/DemoMoreControls/DemoBackgroundEffectSelector.swift b/DemoApp/Sources/Controls/DemoMoreControls/DemoBackgroundEffectSelector.swift index 6a267990d..806f39d82 100644 --- a/DemoApp/Sources/Controls/DemoMoreControls/DemoBackgroundEffectSelector.swift +++ b/DemoApp/Sources/Controls/DemoMoreControls/DemoBackgroundEffectSelector.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Controls/DemoMoreControls/DemoBroadcastMoreControlsListButtonView.swift b/DemoApp/Sources/Controls/DemoMoreControls/DemoBroadcastMoreControlsListButtonView.swift index 0440f4437..3b7486748 100644 --- a/DemoApp/Sources/Controls/DemoMoreControls/DemoBroadcastMoreControlsListButtonView.swift +++ b/DemoApp/Sources/Controls/DemoMoreControls/DemoBroadcastMoreControlsListButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Controls/DemoMoreControls/DemoMoreControlListButtonView.swift b/DemoApp/Sources/Controls/DemoMoreControls/DemoMoreControlListButtonView.swift index 2b4fdd509..c81f13226 100644 --- a/DemoApp/Sources/Controls/DemoMoreControls/DemoMoreControlListButtonView.swift +++ b/DemoApp/Sources/Controls/DemoMoreControls/DemoMoreControlListButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Controls/DemoMoreControls/DemoReactionButton.swift b/DemoApp/Sources/Controls/DemoMoreControls/DemoReactionButton.swift index 7471ccb11..596e1e79d 100644 --- a/DemoApp/Sources/Controls/DemoMoreControls/DemoReactionButton.swift +++ b/DemoApp/Sources/Controls/DemoMoreControls/DemoReactionButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Controls/DemoParticipantOptionsButton.swift b/DemoApp/Sources/Controls/DemoParticipantOptionsButton.swift index cecb76298..ea582776a 100644 --- a/DemoApp/Sources/Controls/DemoParticipantOptionsButton.swift +++ b/DemoApp/Sources/Controls/DemoParticipantOptionsButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/DemoApp.swift b/DemoApp/Sources/DemoApp.swift index fa8971cff..811879626 100644 --- a/DemoApp/Sources/DemoApp.swift +++ b/DemoApp/Sources/DemoApp.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import GoogleSignIn diff --git a/DemoApp/Sources/Examples/Examples.swift b/DemoApp/Sources/Examples/Examples.swift index 1c57f1bc4..bcb9f0c84 100644 --- a/DemoApp/Sources/Examples/Examples.swift +++ b/DemoApp/Sources/Examples/Examples.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Extensions/CallViewModel+CallSettingsPublisher.swift b/DemoApp/Sources/Extensions/CallViewModel+CallSettingsPublisher.swift index 103fcbb0f..6d3105274 100644 --- a/DemoApp/Sources/Extensions/CallViewModel+CallSettingsPublisher.swift +++ b/DemoApp/Sources/Extensions/CallViewModel+CallSettingsPublisher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Extensions/CallViewModel+Snapshot.swift b/DemoApp/Sources/Extensions/CallViewModel+Snapshot.swift index 9b605c774..154c77ba2 100644 --- a/DemoApp/Sources/Extensions/CallViewModel+Snapshot.swift +++ b/DemoApp/Sources/Extensions/CallViewModel+Snapshot.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Extensions/DemoApp+Sentry.swift b/DemoApp/Sources/Extensions/DemoApp+Sentry.swift index acb2fb0e7..0b62bdbe2 100644 --- a/DemoApp/Sources/Extensions/DemoApp+Sentry.swift +++ b/DemoApp/Sources/Extensions/DemoApp+Sentry.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Extensions/MicrophoneChecker+MicrophoneChecking.swift b/DemoApp/Sources/Extensions/MicrophoneChecker+MicrophoneChecking.swift index e1a16ca72..822be5292 100644 --- a/DemoApp/Sources/Extensions/MicrophoneChecker+MicrophoneChecking.swift +++ b/DemoApp/Sources/Extensions/MicrophoneChecker+MicrophoneChecking.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Extensions/String+Unique.swift b/DemoApp/Sources/Extensions/String+Unique.swift index 682d5b8d3..f6780bf7a 100644 --- a/DemoApp/Sources/Extensions/String+Unique.swift +++ b/DemoApp/Sources/Extensions/String+Unique.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Extensions/URL+Convenience.swift b/DemoApp/Sources/Extensions/URL+Convenience.swift index b4235092d..2055e8b06 100644 --- a/DemoApp/Sources/Extensions/URL+Convenience.swift +++ b/DemoApp/Sources/Extensions/URL+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Extensions/User+Demo.swift b/DemoApp/Sources/Extensions/User+Demo.swift index 673b188d8..332e3fe05 100644 --- a/DemoApp/Sources/Extensions/User+Demo.swift +++ b/DemoApp/Sources/Extensions/User+Demo.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Extensions/View+AlertWithTextField.swift b/DemoApp/Sources/Extensions/View+AlertWithTextField.swift index 47420af2b..2441af6f1 100644 --- a/DemoApp/Sources/Extensions/View+AlertWithTextField.swift +++ b/DemoApp/Sources/Extensions/View+AlertWithTextField.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Models/Reaction.swift b/DemoApp/Sources/Models/Reaction.swift index 3a17dca64..0392d16de 100644 --- a/DemoApp/Sources/Models/Reaction.swift +++ b/DemoApp/Sources/Models/Reaction.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Models/TokenResponse.swift b/DemoApp/Sources/Models/TokenResponse.swift index f60c70b5a..ec692afd0 100644 --- a/DemoApp/Sources/Models/TokenResponse.swift +++ b/DemoApp/Sources/Models/TokenResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Models/UserCredentials.swift b/DemoApp/Sources/Models/UserCredentials.swift index 17b8b8d72..e111455bc 100644 --- a/DemoApp/Sources/Models/UserCredentials.swift +++ b/DemoApp/Sources/Models/UserCredentials.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Models/UserState.swift b/DemoApp/Sources/Models/UserState.swift index 22e9cd9d2..18d07c827 100644 --- a/DemoApp/Sources/Models/UserState.swift +++ b/DemoApp/Sources/Models/UserState.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Swift6Migration/CustomStringConvertible+Conformances.swift b/DemoApp/Sources/Swift6Migration/CustomStringConvertible+Conformances.swift index 8d8b16ce6..5a950b194 100644 --- a/DemoApp/Sources/Swift6Migration/CustomStringConvertible+Conformances.swift +++ b/DemoApp/Sources/Swift6Migration/CustomStringConvertible+Conformances.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/CallModifier/DemoCallModifier.swift b/DemoApp/Sources/ViewModifiers/CallModifier/DemoCallModifier.swift index a3f152c1c..758df3806 100644 --- a/DemoApp/Sources/ViewModifiers/CallModifier/DemoCallModifier.swift +++ b/DemoApp/Sources/ViewModifiers/CallModifier/DemoCallModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/ChangeEnvironmentViewModifier/ChangeEnvironmentViewModifier.swift b/DemoApp/Sources/ViewModifiers/ChangeEnvironmentViewModifier/ChangeEnvironmentViewModifier.swift index 84dee74cd..c2f219b89 100644 --- a/DemoApp/Sources/ViewModifiers/ChangeEnvironmentViewModifier/ChangeEnvironmentViewModifier.swift +++ b/DemoApp/Sources/ViewModifiers/ChangeEnvironmentViewModifier/ChangeEnvironmentViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/DemoApp/Sources/ViewModifiers/DemoChatModifier.swift b/DemoApp/Sources/ViewModifiers/DemoChatModifier.swift index d5bdfcdb1..400e64ad6 100644 --- a/DemoApp/Sources/ViewModifiers/DemoChatModifier.swift +++ b/DemoApp/Sources/ViewModifiers/DemoChatModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/DragIndicatorViewModifier/DragIndicatorViewModifier.swift b/DemoApp/Sources/ViewModifiers/DragIndicatorViewModifier/DragIndicatorViewModifier.swift index 60528c93d..04fb85595 100644 --- a/DemoApp/Sources/ViewModifiers/DragIndicatorViewModifier/DragIndicatorViewModifier.swift +++ b/DemoApp/Sources/ViewModifiers/DragIndicatorViewModifier/DragIndicatorViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/LongPressToFocusViewModifier/LongPressToFocusViewModifier.swift b/DemoApp/Sources/ViewModifiers/LongPressToFocusViewModifier/LongPressToFocusViewModifier.swift index 33ed23252..d0327eb7c 100644 --- a/DemoApp/Sources/ViewModifiers/LongPressToFocusViewModifier/LongPressToFocusViewModifier.swift +++ b/DemoApp/Sources/ViewModifiers/LongPressToFocusViewModifier/LongPressToFocusViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DemoApp/Sources/ViewModifiers/ModalNavigationBar/DemoModalNavigationBarViewModifier.swift b/DemoApp/Sources/ViewModifiers/ModalNavigationBar/DemoModalNavigationBarViewModifier.swift index 8fe14ffe8..9c158b1f1 100644 --- a/DemoApp/Sources/ViewModifiers/ModalNavigationBar/DemoModalNavigationBarViewModifier.swift +++ b/DemoApp/Sources/ViewModifiers/ModalNavigationBar/DemoModalNavigationBarViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/DemoAudioTrackButtonView.swift b/DemoApp/Sources/ViewModifiers/MoreControls/DemoAudioTrackButtonView.swift index f72a9b1ba..305562236 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/DemoAudioTrackButtonView.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/DemoAudioTrackButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/DemoManualQualitySelectionButtonView.swift b/DemoApp/Sources/ViewModifiers/MoreControls/DemoManualQualitySelectionButtonView.swift index 42424a5e0..407a1a156 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/DemoManualQualitySelectionButtonView.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/DemoManualQualitySelectionButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreControlsViewModifier.swift b/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreControlsViewModifier.swift index 06ab688fb..b79a83029 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreControlsViewModifier.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreControlsViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreThermalStateButtonView.swift b/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreThermalStateButtonView.swift index 89a58b207..6cf549da0 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreThermalStateButtonView.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/DemoMoreThermalStateButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/DemoNoiseCancellationButtonView.swift b/DemoApp/Sources/ViewModifiers/MoreControls/DemoNoiseCancellationButtonView.swift index 8d467b399..c0f318f2b 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/DemoNoiseCancellationButtonView.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/DemoNoiseCancellationButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/DemoReconnectionButtonView.swift b/DemoApp/Sources/ViewModifiers/MoreControls/DemoReconnectionButtonView.swift index 862259f8a..5816a4946 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/DemoReconnectionButtonView.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/DemoReconnectionButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/DemoTranscriptionAndClosedCaptionsButtonView.swift b/DemoApp/Sources/ViewModifiers/MoreControls/DemoTranscriptionAndClosedCaptionsButtonView.swift index 6a92a846f..6f6c005fc 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/DemoTranscriptionAndClosedCaptionsButtonView.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/DemoTranscriptionAndClosedCaptionsButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/MoreControls/Extensions/View+PresentDemoMoreMenu.swift b/DemoApp/Sources/ViewModifiers/MoreControls/Extensions/View+PresentDemoMoreMenu.swift index cba03d16d..9f4bd4692 100644 --- a/DemoApp/Sources/ViewModifiers/MoreControls/Extensions/View+PresentDemoMoreMenu.swift +++ b/DemoApp/Sources/ViewModifiers/MoreControls/Extensions/View+PresentDemoMoreMenu.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/ThermalStateViewModifier/ThermalStateViewModifier.swift b/DemoApp/Sources/ViewModifiers/ThermalStateViewModifier/ThermalStateViewModifier.swift index 8eaa3cfdd..ef1cc1ce4 100644 --- a/DemoApp/Sources/ViewModifiers/ThermalStateViewModifier/ThermalStateViewModifier.swift +++ b/DemoApp/Sources/ViewModifiers/ThermalStateViewModifier/ThermalStateViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoLocalViewModifier.swift b/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoLocalViewModifier.swift index ba32397ca..e6043e6de 100644 --- a/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoLocalViewModifier.swift +++ b/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoLocalViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoVideoCallParticipantModifier.swift b/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoVideoCallParticipantModifier.swift index bee8cd9a9..be9a86d04 100644 --- a/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoVideoCallParticipantModifier.swift +++ b/DemoApp/Sources/ViewModifiers/VideoCallParticipantModifier/DemoVideoCallParticipantModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/CallTopView/DemoCallTopView.swift b/DemoApp/Sources/Views/CallTopView/DemoCallTopView.swift index 015b0e02a..2a8e70abe 100644 --- a/DemoApp/Sources/Views/CallTopView/DemoCallTopView.swift +++ b/DemoApp/Sources/Views/CallTopView/DemoCallTopView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/CallView/CallingView/DemoCallingViewModifier.swift b/DemoApp/Sources/Views/CallView/CallingView/DemoCallingViewModifier.swift index 9d0602f93..182a1a7d6 100644 --- a/DemoApp/Sources/Views/CallView/CallingView/DemoCallingViewModifier.swift +++ b/DemoApp/Sources/Views/CallView/CallingView/DemoCallingViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/CallView/CallingView/DetailedCallingView.swift b/DemoApp/Sources/Views/CallView/CallingView/DetailedCallingView.swift index 2d5c191f5..4f45e529b 100644 --- a/DemoApp/Sources/Views/CallView/CallingView/DetailedCallingView.swift +++ b/DemoApp/Sources/Views/CallView/CallingView/DetailedCallingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Intents diff --git a/DemoApp/Sources/Views/CallView/CallingView/SimpleCallingView.swift b/DemoApp/Sources/Views/CallView/CallingView/SimpleCallingView.swift index 023cb3150..1cc3174a0 100644 --- a/DemoApp/Sources/Views/CallView/CallingView/SimpleCallingView.swift +++ b/DemoApp/Sources/Views/CallView/CallingView/SimpleCallingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Intents diff --git a/DemoApp/Sources/Views/CallView/DemoCallContainerView.swift b/DemoApp/Sources/Views/CallView/DemoCallContainerView.swift index 936f22606..69226d773 100644 --- a/DemoApp/Sources/Views/CallView/DemoCallContainerView.swift +++ b/DemoApp/Sources/Views/CallView/DemoCallContainerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Intents diff --git a/DemoApp/Sources/Views/CallView/DemoCallContentView.swift b/DemoApp/Sources/Views/CallView/DemoCallContentView.swift index 92e9e7542..6aa7ada45 100644 --- a/DemoApp/Sources/Views/CallView/DemoCallContentView.swift +++ b/DemoApp/Sources/Views/CallView/DemoCallContentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/CallView/DemoCallView.swift b/DemoApp/Sources/Views/CallView/DemoCallView.swift index 83b9cbdc8..981237625 100644 --- a/DemoApp/Sources/Views/CallView/DemoCallView.swift +++ b/DemoApp/Sources/Views/CallView/DemoCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import EffectsLibrary diff --git a/DemoApp/Sources/Views/CallView/DemoCallingTopView.swift b/DemoApp/Sources/Views/CallView/DemoCallingTopView.swift index a98b991a0..ad6d00573 100644 --- a/DemoApp/Sources/Views/CallView/DemoCallingTopView.swift +++ b/DemoApp/Sources/Views/CallView/DemoCallingTopView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/CallView/DemoCallsView.swift b/DemoApp/Sources/Views/CallView/DemoCallsView.swift index 17203b822..fcf1f9839 100644 --- a/DemoApp/Sources/Views/CallView/DemoCallsView.swift +++ b/DemoApp/Sources/Views/CallView/DemoCallsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/CallView/DemoCallsViewModel.swift b/DemoApp/Sources/Views/CallView/DemoCallsViewModel.swift index 560a21164..893192aea 100644 --- a/DemoApp/Sources/Views/CallView/DemoCallsViewModel.swift +++ b/DemoApp/Sources/Views/CallView/DemoCallsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/CallView/DemoQRCodeScannerButton.swift b/DemoApp/Sources/Views/CallView/DemoQRCodeScannerButton.swift index 22f7ab84b..c56c3382d 100644 --- a/DemoApp/Sources/Views/CallView/DemoQRCodeScannerButton.swift +++ b/DemoApp/Sources/Views/CallView/DemoQRCodeScannerButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/CallView/DemoSessionTimerView.swift b/DemoApp/Sources/Views/CallView/DemoSessionTimerView.swift index 808c13f23..a47a021d2 100644 --- a/DemoApp/Sources/Views/CallView/DemoSessionTimerView.swift +++ b/DemoApp/Sources/Views/CallView/DemoSessionTimerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/CallView/DemoSnapshotViewModel.swift b/DemoApp/Sources/Views/CallView/DemoSnapshotViewModel.swift index 21b021ad7..ca40a16b9 100644 --- a/DemoApp/Sources/Views/CallView/DemoSnapshotViewModel.swift +++ b/DemoApp/Sources/Views/CallView/DemoSnapshotViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Views/CallView/DemoVideoViewOverlay.swift b/DemoApp/Sources/Views/CallView/DemoVideoViewOverlay.swift index 462013dcd..6ff1f220d 100644 --- a/DemoApp/Sources/Views/CallView/DemoVideoViewOverlay.swift +++ b/DemoApp/Sources/Views/CallView/DemoVideoViewOverlay.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/CallsView/CallsView.swift b/DemoApp/Sources/Views/CallsView/CallsView.swift index f95389f20..3b7df7230 100644 --- a/DemoApp/Sources/Views/CallsView/CallsView.swift +++ b/DemoApp/Sources/Views/CallsView/CallsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/CallsView/CallsViewModel.swift b/DemoApp/Sources/Views/CallsView/CallsViewModel.swift index 161923d7c..05c4c133f 100644 --- a/DemoApp/Sources/Views/CallsView/CallsViewModel.swift +++ b/DemoApp/Sources/Views/CallsView/CallsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Views/ClosedCaptionsView/DemoClosedCaptionsView.swift b/DemoApp/Sources/Views/ClosedCaptionsView/DemoClosedCaptionsView.swift index 98f69c28e..d452f557c 100644 --- a/DemoApp/Sources/Views/ClosedCaptionsView/DemoClosedCaptionsView.swift +++ b/DemoApp/Sources/Views/ClosedCaptionsView/DemoClosedCaptionsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/CustomCallView.swift b/DemoApp/Sources/Views/CustomCallView.swift index 1bf46adf1..b8f9289a4 100644 --- a/DemoApp/Sources/Views/CustomCallView.swift +++ b/DemoApp/Sources/Views/CustomCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/JoinCallView.swift b/DemoApp/Sources/Views/JoinCallView.swift index 4f109c48e..58b55c424 100644 --- a/DemoApp/Sources/Views/JoinCallView.swift +++ b/DemoApp/Sources/Views/JoinCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/LinkInfoView/LinkInfoView.swift b/DemoApp/Sources/Views/LinkInfoView/LinkInfoView.swift index e55351c61..05069c687 100644 --- a/DemoApp/Sources/Views/LinkInfoView/LinkInfoView.swift +++ b/DemoApp/Sources/Views/LinkInfoView/LinkInfoView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/LoadingView/LoadingView.swift b/DemoApp/Sources/Views/LoadingView/LoadingView.swift index 12e8cc78e..e2416d3ee 100644 --- a/DemoApp/Sources/Views/LoadingView/LoadingView.swift +++ b/DemoApp/Sources/Views/LoadingView/LoadingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/Login/AddUserView.swift b/DemoApp/Sources/Views/Login/AddUserView.swift index 36d945985..ac7be6c90 100644 --- a/DemoApp/Sources/Views/Login/AddUserView.swift +++ b/DemoApp/Sources/Views/Login/AddUserView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/Login/DebugMenu.swift b/DemoApp/Sources/Views/Login/DebugMenu.swift index ee13775d9..7d489fed9 100644 --- a/DemoApp/Sources/Views/Login/DebugMenu.swift +++ b/DemoApp/Sources/Views/Login/DebugMenu.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/Login/GoogleHelper.swift b/DemoApp/Sources/Views/Login/GoogleHelper.swift index f6a1738ed..42cd451ab 100644 --- a/DemoApp/Sources/Views/Login/GoogleHelper.swift +++ b/DemoApp/Sources/Views/Login/GoogleHelper.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/Login/LoginView.swift b/DemoApp/Sources/Views/Login/LoginView.swift index 0bce06aeb..3c0a14bf7 100644 --- a/DemoApp/Sources/Views/Login/LoginView.swift +++ b/DemoApp/Sources/Views/Login/LoginView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/Login/LoginViewModel.swift b/DemoApp/Sources/Views/Login/LoginViewModel.swift index 126b51e03..338d71c5e 100644 --- a/DemoApp/Sources/Views/Login/LoginViewModel.swift +++ b/DemoApp/Sources/Views/Login/LoginViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/Reactions/DemoReactionsOverlayView.swift b/DemoApp/Sources/Views/Reactions/DemoReactionsOverlayView.swift index 5f989905d..aac145626 100644 --- a/DemoApp/Sources/Views/Reactions/DemoReactionsOverlayView.swift +++ b/DemoApp/Sources/Views/Reactions/DemoReactionsOverlayView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoApp/Sources/Views/Reactions/ReactionIcon.swift b/DemoApp/Sources/Views/Reactions/ReactionIcon.swift index ee02a5cea..2f337bc52 100644 --- a/DemoApp/Sources/Views/Reactions/ReactionIcon.swift +++ b/DemoApp/Sources/Views/Reactions/ReactionIcon.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/DemoApp/Sources/Views/Reactions/ReactionOverlayView.swift b/DemoApp/Sources/Views/Reactions/ReactionOverlayView.swift index 15df36e9f..b125b4d68 100644 --- a/DemoApp/Sources/Views/Reactions/ReactionOverlayView.swift +++ b/DemoApp/Sources/Views/Reactions/ReactionOverlayView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/Reactions/ReactionsViewModifier.swift b/DemoApp/Sources/Views/Reactions/ReactionsViewModifier.swift index 81b5da025..baa9d395c 100644 --- a/DemoApp/Sources/Views/Reactions/ReactionsViewModifier.swift +++ b/DemoApp/Sources/Views/Reactions/ReactionsViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/ShareActivityView/ShareActivityView.swift b/DemoApp/Sources/Views/ShareActivityView/ShareActivityView.swift index 209bc365a..212b1e0b6 100644 --- a/DemoApp/Sources/Views/ShareActivityView/ShareActivityView.swift +++ b/DemoApp/Sources/Views/ShareActivityView/ShareActivityView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/StatsView/DemoStatsAdapter.swift b/DemoApp/Sources/Views/StatsView/DemoStatsAdapter.swift index bcac9ac82..9f23e13d4 100644 --- a/DemoApp/Sources/Views/StatsView/DemoStatsAdapter.swift +++ b/DemoApp/Sources/Views/StatsView/DemoStatsAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoApp/Sources/Views/StatsView/DemoStatsView.swift b/DemoApp/Sources/Views/StatsView/DemoStatsView.swift index a1fa663d6..32defd833 100644 --- a/DemoApp/Sources/Views/StatsView/DemoStatsView.swift +++ b/DemoApp/Sources/Views/StatsView/DemoStatsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Charts diff --git a/DemoApp/Sources/Views/WaitingLocalUserView/DemoWaitingLocalUserView.swift b/DemoApp/Sources/Views/WaitingLocalUserView/DemoWaitingLocalUserView.swift index 7a2fb0024..6c58791f4 100644 --- a/DemoApp/Sources/Views/WaitingLocalUserView/DemoWaitingLocalUserView.swift +++ b/DemoApp/Sources/Views/WaitingLocalUserView/DemoWaitingLocalUserView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Views/WaitingLocalUserView/QRCodeView.swift b/DemoApp/Sources/Views/WaitingLocalUserView/QRCodeView.swift index de3a9fd4b..f5a80fc56 100644 --- a/DemoApp/Sources/Views/WaitingLocalUserView/QRCodeView.swift +++ b/DemoApp/Sources/Views/WaitingLocalUserView/QRCodeView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage.CIFilterBuiltins diff --git a/DemoAppUIKit/SceneDelegate.swift b/DemoAppUIKit/SceneDelegate.swift index 018f7ed6e..1c2efdbf8 100644 --- a/DemoAppUIKit/SceneDelegate.swift +++ b/DemoAppUIKit/SceneDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoAppUIKit/Sources/AppDelegate.swift b/DemoAppUIKit/Sources/AppDelegate.swift index f893aa76f..d88bf06fd 100644 --- a/DemoAppUIKit/Sources/AppDelegate.swift +++ b/DemoAppUIKit/Sources/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoAppUIKit/Sources/CallViewHelper.swift b/DemoAppUIKit/Sources/CallViewHelper.swift index 82b4709dd..e9c139cfd 100644 --- a/DemoAppUIKit/Sources/CallViewHelper.swift +++ b/DemoAppUIKit/Sources/CallViewHelper.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import UIKit diff --git a/DemoAppUIKit/Sources/HomeViewController.swift b/DemoAppUIKit/Sources/HomeViewController.swift index a001151e5..8d290d955 100644 --- a/DemoAppUIKit/Sources/HomeViewController.swift +++ b/DemoAppUIKit/Sources/HomeViewController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/01-basics/03-quickstart.swift b/DocumentationTests/DocumentationTests/DocumentationTests/01-basics/03-quickstart.swift index 63083f175..1be0f109b 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/01-basics/03-quickstart.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/01-basics/03-quickstart.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/01-client-auth.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/01-client-auth.swift index fd28a799c..9bec9cb73 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/01-client-auth.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/01-client-auth.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/02-joining-creating-calls.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/02-joining-creating-calls.swift index 7b484af74..da9d9ddeb 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/02-joining-creating-calls.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/02-joining-creating-calls.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/03-call-and-participant-state.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/03-call-and-participant-state.swift index b90f0d1c4..a1998850a 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/03-call-and-participant-state.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/03-call-and-participant-state.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/04-camera-and-microphone.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/04-camera-and-microphone.swift index 1f6ccad3e..1b47979d8 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/04-camera-and-microphone.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/04-camera-and-microphone.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/06-querying-calls.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/06-querying-calls.swift index 110dd25ce..d7ede190e 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/06-querying-calls.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/06-querying-calls.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-dependency-injection.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-dependency-injection.swift index 8b98331e3..723a55160 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-dependency-injection.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-dependency-injection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-querying-call-members.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-querying-call-members.swift index 2891528f8..4ec49bc4c 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-querying-call-members.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/07-querying-call-members.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/08-permissions-and-moderation.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/08-permissions-and-moderation.swift index ce5bd3b9e..5e93c7826 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/08-permissions-and-moderation.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/08-permissions-and-moderation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/09-reactions.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/09-reactions.swift index 9d72ed651..d541e5a01 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/09-reactions.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/09-reactions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-custom-events.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-custom-events.swift index a2ce940c6..784d45694 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-custom-events.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-custom-events.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-view-slots.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-view-slots.swift index 638e04ff1..f92206a5b 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-view-slots.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/10-view-slots.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/11-call-lifecycle.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/11-call-lifecycle.swift index 7b988c6d2..60a1316b5 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/11-call-lifecycle.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/11-call-lifecycle.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/12-call-state.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/12-call-state.swift index c3d30472b..c9c400df2 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/12-call-state.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/12-call-state.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/13-livestreaming.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/13-livestreaming.swift index ad3a4b3d8..ae4029a8c 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/13-livestreaming.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/13-livestreaming.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/14-swiftui-vs-uikit.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/14-swiftui-vs-uikit.swift index 4df554d5e..737f11f53 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/14-swiftui-vs-uikit.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/14-swiftui-vs-uikit.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/15-migration-from-dolby.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/15-migration-from-dolby.swift index 1adb994e2..0ecbbae9e 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/15-migration-from-dolby.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/15-migration-from-dolby.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/16-noise-cancellation.swift b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/16-noise-cancellation.swift index bf2a8d282..f25303005 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/16-noise-cancellation.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/03-guides/16-noise-cancellation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/02-video-renderer.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/02-video-renderer.swift index d979fb2bc..3a75c8766 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/02-video-renderer.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/02-video-renderer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/03-video-theme.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/03-video-theme.swift index fcd1b35eb..ccc8c89b8 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/03-video-theme.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/03-video-theme.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/04-customizing-views.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/04-customizing-views.swift index 31253aa3b..9ed3a8eeb 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/04-customizing-views.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/04-customizing-views.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/05-uikit-customizations.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/05-uikit-customizations.swift index d2c1ef1e5..28008281b 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/05-uikit-customizations.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/05-uikit-customizations.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/06-view-model.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/06-view-model.swift index 64f5523d4..b9b36b33e 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/06-view-model.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/06-view-model.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/01-call-container.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/01-call-container.swift index 434bd30ca..c721df0b0 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/01-call-container.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/01-call-container.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/02-outgoing-call.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/02-outgoing-call.swift index 9924a63d8..3ea563173 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/02-outgoing-call.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/02-outgoing-call.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/03-incoming-call.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/03-incoming-call.swift index 68f0967a9..f7ebcc9c2 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/03-incoming-call.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/03-incoming-call.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/04-active-call.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/04-active-call.swift index 130c765b7..0aa3326b0 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/04-active-call.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/04-active-call.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/05-call-controls.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/05-call-controls.swift index addd30ca4..029a29bbe 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/05-call-controls.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/05-call-controls.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/06-call-app-bar.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/06-call-app-bar.swift index 77de8dbce..705e1e86a 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/06-call-app-bar.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/06-call-app-bar.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/07-screen-share-content.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/07-screen-share-content.swift index e3a3c7a70..22db46baf 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/07-screen-share-content.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/07-call/07-screen-share-content.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/01-call-participant.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/01-call-participant.swift index 1c8e80ce3..55a260bc0 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/01-call-participant.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/01-call-participant.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/02-call-participants.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/02-call-participants.swift index 6274fe41e..a858ac6cc 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/02-call-participants.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/02-call-participants.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/03-call-participants-info-menu.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/03-call-participants-info-menu.swift index 63d359d42..bde890962 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/03-call-participants-info-menu.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/03-call-participants-info-menu.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/04-local-video.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/04-local-video.swift index 1afaf5437..7ffa9b580 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/04-local-video.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/08-participants/04-local-video.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/02-sound-indicator.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/02-sound-indicator.swift index 481779c21..d8916a9e8 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/02-sound-indicator.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/02-sound-indicator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/03-avatars.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/03-avatars.swift index 8a49138d2..56d40497e 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/03-avatars.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/03-avatars.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/04-connection-quality-indicator.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/04-connection-quality-indicator.swift index f11a2a85d..789bd55e9 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/04-connection-quality-indicator.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/04-connection-quality-indicator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/05-call-background.swift b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/05-call-background.swift index 5839f0d0f..963a7689a 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/05-call-background.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/04-ui-components/09-utility/05-call-background.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/02-replacing-call-controls.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/02-replacing-call-controls.swift index 0abf0df60..2a9288544 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/02-replacing-call-controls.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/02-replacing-call-controls.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/03-custom-label.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/03-custom-label.swift index e75913644..d5bca0706 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/03-custom-label.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/03-custom-label.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/04-video-layout.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/04-video-layout.swift index cb39e4757..9eda8e8fc 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/04-video-layout.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/04-video-layout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/05-incoming-call.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/05-incoming-call.swift index ec4c57ee2..04efb08f2 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/05-incoming-call.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/05-incoming-call.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/06-lobby-preview.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/06-lobby-preview.swift index 0f580f177..663ff5060 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/06-lobby-preview.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/06-lobby-preview.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/07-video-fallback.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/07-video-fallback.swift index 7b17832c5..195e1bd6d 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/07-video-fallback.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/07-video-fallback.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/08-permission-requests.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/08-permission-requests.swift index 58ae8a623..a41d1d968 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/08-permission-requests.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/08-permission-requests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/09-audio-volume-indicator.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/09-audio-volume-indicator.swift index 71ee9068a..7a5fbb29f 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/09-audio-volume-indicator.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/09-audio-volume-indicator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/10-network-quality-indicator.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/10-network-quality-indicator.swift index b433fb636..78cd80948 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/10-network-quality-indicator.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/10-network-quality-indicator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/11-speaking-while-muted.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/11-speaking-while-muted.swift index dc4e47295..7bf56fedf 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/11-speaking-while-muted.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/11-speaking-while-muted.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/12-connection-unstable.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/12-connection-unstable.swift index 8f95c0a4e..55f348759 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/12-connection-unstable.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/12-connection-unstable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/13-pinning-users.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/13-pinning-users.swift index dd82541c7..a688e5983 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/13-pinning-users.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/13-pinning-users.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/14-livestream-player.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/14-livestream-player.swift index 805da8740..ac5d5133a 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/14-livestream-player.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/14-livestream-player.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/15-long-press-to-focus.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/15-long-press-to-focus.swift index 322c68db2..3fc133a32 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/15-long-press-to-focus.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/15-long-press-to-focus.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/16-snapshot.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/16-snapshot.swift index b79bcd84b..0d80f3405 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/16-snapshot.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/16-snapshot.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/17-camera-zoom.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/17-camera-zoom.swift index 076f9b86d..e975bab45 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/17-camera-zoom.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/17-camera-zoom.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/18-call-quality-rating.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/18-call-quality-rating.swift index 64783fb00..cd1b8630b 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/18-call-quality-rating.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/18-call-quality-rating.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/19-transcriptions.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/19-transcriptions.swift index 7221681e8..de04952ec 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/19-transcriptions.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/19-transcriptions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/20-noise-cancellation.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/20-noise-cancellation.swift index 72388f129..abee6b68b 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/20-noise-cancellation.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/20-noise-cancellation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/22-manual-quality-selection.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/22-manual-quality-selection.swift index 42fce0e3f..679bee363 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/22-manual-quality-selection.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/22-manual-quality-selection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/23-network-disruption.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/23-network-disruption.swift index c6a50962e..dd5a84797 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/23-network-disruption.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/23-network-disruption.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/24-closed-captions.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/24-closed-captions.swift index 54deab2c6..f8cb6013c 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/24-closed-captions.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/24-closed-captions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/25-incoming-video-state.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/25-incoming-video-state.swift index 577a9f8a4..7f29ce57d 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/25-incoming-video-state.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/25-incoming-video-state.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/26-permissions-prompt-customization.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/26-permissions-prompt-customization.swift index dfb453e7b..1c4b306fe 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/26-permissions-prompt-customization.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/26-permissions-prompt-customization.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/27-moderation.swift b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/27-moderation.swift index ba19ace1f..1023d774f 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/27-moderation.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/05-ui-cookbook/27-moderation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/00-ringing.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/00-ringing.swift index 580e67a6f..855392df0 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/00-ringing.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/00-ringing.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/01-deeplinking.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/01-deeplinking.swift index 6bffaec12..b5bfd8f04 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/01-deeplinking.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/01-deeplinking.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/02-push-notifications.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/02-push-notifications.swift index 568f7a8e6..8444641c0 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/02-push-notifications.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/02-push-notifications.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CallKit diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/03-callkit-integration.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/03-callkit-integration.swift index a300b942f..0b276c713 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/03-callkit-integration.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/03-callkit-integration.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/04-screensharing.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/04-screensharing.swift index 8754d7191..668fcf0c0 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/04-screensharing.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/04-screensharing.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-picture-in-picture.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-picture-in-picture.swift index 5ad0a3626..072ab3a53 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-picture-in-picture.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-picture-in-picture.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-proximity-policies.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-proximity-policies.swift index 826205dd2..ef68d25d7 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-proximity-policies.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/05-proximity-policies.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/06-apply-video-filters.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/06-apply-video-filters.swift index f94aeb033..1805f9f57 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/06-apply-video-filters.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/06-apply-video-filters.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/08-recording.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/08-recording.swift index 7fca571ea..fb13624a1 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/08-recording.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/08-recording.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/09-broadcasting.swift b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/09-broadcasting.swift index 40e097549..34d5a87a6 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/09-broadcasting.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/06-advanced/09-broadcasting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/ChatGloballyUsedVariables.swift b/DocumentationTests/DocumentationTests/DocumentationTests/ChatGloballyUsedVariables.swift index 3c1f89ac8..2e6c76acd 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/ChatGloballyUsedVariables.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/ChatGloballyUsedVariables.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DocumentationTests/DocumentationTests/DocumentationTests/GloballyUsedVariables.swift b/DocumentationTests/DocumentationTests/DocumentationTests/GloballyUsedVariables.swift index 57c4bf71c..d033a80ae 100644 --- a/DocumentationTests/DocumentationTests/DocumentationTests/GloballyUsedVariables.swift +++ b/DocumentationTests/DocumentationTests/DocumentationTests/GloballyUsedVariables.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/ScreenSharing/SampleHandler.swift b/ScreenSharing/SampleHandler.swift index eaf1aded3..c8b636e60 100644 --- a/ScreenSharing/SampleHandler.swift +++ b/ScreenSharing/SampleHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import ReplayKit diff --git a/Scripts/GenerateSPMFileLists.swift b/Scripts/GenerateSPMFileLists.swift index 2debc37b2..6ceaec5c7 100755 --- a/Scripts/GenerateSPMFileLists.swift +++ b/Scripts/GenerateSPMFileLists.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // This script is used to generate list of excluded source files for StreamChat and StreamChatUI in Package.swift. diff --git a/Sources/StreamVideo/Call.swift b/Sources/StreamVideo/Call.swift index c8954282c..1dcb719f1 100644 --- a/Sources/StreamVideo/Call.swift +++ b/Sources/StreamVideo/Call.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/CallConfiguration.swift b/Sources/StreamVideo/CallConfiguration.swift index 7f014514e..3ddb6dc35 100644 --- a/Sources/StreamVideo/CallConfiguration.swift +++ b/Sources/StreamVideo/CallConfiguration.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAlwaysAvailabilityPolicy.swift b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAlwaysAvailabilityPolicy.swift index 882be6eb3..f4f4625af 100644 --- a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAlwaysAvailabilityPolicy.swift +++ b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAlwaysAvailabilityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicy.swift b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicy.swift index 4dd00103b..4b77824a2 100644 --- a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicy.swift +++ b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicyProtocol.swift b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicyProtocol.swift index 5e624d815..cd65317a0 100644 --- a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicyProtocol.swift +++ b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitAvailabilityPolicyProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift index bbfdd4715..127a90b13 100644 --- a/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift +++ b/Sources/StreamVideo/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallKit/CallKitAdapter.swift b/Sources/StreamVideo/CallKit/CallKitAdapter.swift index 39d5a4f6a..868a0f6f4 100644 --- a/Sources/StreamVideo/CallKit/CallKitAdapter.swift +++ b/Sources/StreamVideo/CallKit/CallKitAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/CallKit/CallKitPushNotificationAdapter.swift b/Sources/StreamVideo/CallKit/CallKitPushNotificationAdapter.swift index 8cc78d02c..e25615965 100644 --- a/Sources/StreamVideo/CallKit/CallKitPushNotificationAdapter.swift +++ b/Sources/StreamVideo/CallKit/CallKitPushNotificationAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallKit/CallKitService.swift b/Sources/StreamVideo/CallKit/CallKitService.swift index 20bb366c9..c1e4ee379 100644 --- a/Sources/StreamVideo/CallKit/CallKitService.swift +++ b/Sources/StreamVideo/CallKit/CallKitService.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy.swift b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy.swift index 144a9b0b6..bb99ed383 100644 --- a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy.swift +++ b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CallKit diff --git a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicyProtocol.swift b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicyProtocol.swift index dc518f2c1..68a49043f 100644 --- a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicyProtocol.swift +++ b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicyProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+EndCall.swift b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+EndCall.swift index 2647a8e98..88c31d654 100644 --- a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+EndCall.swift +++ b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+EndCall.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CallKit diff --git a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+NoOp.swift b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+NoOp.swift index 273a84a66..a8151f24c 100644 --- a/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+NoOp.swift +++ b/Sources/StreamVideo/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy+NoOp.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallSettings/CallSettingsManager.swift b/Sources/StreamVideo/CallSettings/CallSettingsManager.swift index a54fb9df7..db39d7158 100644 --- a/Sources/StreamVideo/CallSettings/CallSettingsManager.swift +++ b/Sources/StreamVideo/CallSettings/CallSettingsManager.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallSettings/CameraManager.swift b/Sources/StreamVideo/CallSettings/CameraManager.swift index d5552ea0e..d33557c73 100644 --- a/Sources/StreamVideo/CallSettings/CameraManager.swift +++ b/Sources/StreamVideo/CallSettings/CameraManager.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/CallSettings/MicrophoneManager.swift b/Sources/StreamVideo/CallSettings/MicrophoneManager.swift index c4da8ae52..3f91cf3cf 100644 --- a/Sources/StreamVideo/CallSettings/MicrophoneManager.swift +++ b/Sources/StreamVideo/CallSettings/MicrophoneManager.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/CallSettings/ProximityManager.swift b/Sources/StreamVideo/CallSettings/ProximityManager.swift index 8b933a22f..f197473cb 100644 --- a/Sources/StreamVideo/CallSettings/ProximityManager.swift +++ b/Sources/StreamVideo/CallSettings/ProximityManager.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/CallSettings/SpeakerManager.swift b/Sources/StreamVideo/CallSettings/SpeakerManager.swift index 519d54a0e..63d672453 100644 --- a/Sources/StreamVideo/CallSettings/SpeakerManager.swift +++ b/Sources/StreamVideo/CallSettings/SpeakerManager.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/CallState.swift b/Sources/StreamVideo/CallState.swift index 1d45c0577..3f622e99d 100644 --- a/Sources/StreamVideo/CallState.swift +++ b/Sources/StreamVideo/CallState.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/CallStateMachine/CallState+Machine.swift b/Sources/StreamVideo/CallStateMachine/CallState+Machine.swift index 14495bfe5..63a89e393 100644 --- a/Sources/StreamVideo/CallStateMachine/CallState+Machine.swift +++ b/Sources/StreamVideo/CallStateMachine/CallState+Machine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptedStage.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptedStage.swift index ad41af0f2..895bb49ad 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptedStage.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptedStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptingStage.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptingStage.swift index 5030d88ef..9168824d7 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptingStage.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+AcceptingStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // extension Call.StateMachine.Stage { diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+Error.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+Error.swift index 84a904638..e16a30eab 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+Error.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+Error.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+Idle.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+Idle.swift index dc5a9a8bc..62bb8f4ee 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+Idle.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+Idle.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+JoinedStage.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+JoinedStage.swift index e7ad974d0..0ad10974c 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+JoinedStage.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+JoinedStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+JoiningStage.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+JoiningStage.swift index 84e349258..c2e815e00 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+JoiningStage.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+JoiningStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectedStage.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectedStage.swift index 5fc3cd4ea..17409de46 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectedStage.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectedStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // extension Call.StateMachine.Stage { diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectingStage.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectingStage.swift index c52c908cd..ff1b21988 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectingStage.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+RejectingStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // extension Call.StateMachine.Stage { diff --git a/Sources/StreamVideo/CallStateMachine/Stages/Call+Stage.swift b/Sources/StreamVideo/CallStateMachine/Stages/Call+Stage.swift index 660eac311..f3d844b82 100644 --- a/Sources/StreamVideo/CallStateMachine/Stages/Call+Stage.swift +++ b/Sources/StreamVideo/CallStateMachine/Stages/Call+Stage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Controllers/CallController.swift b/Sources/StreamVideo/Controllers/CallController.swift index 2e85f96c3..6de44e9c8 100644 --- a/Sources/StreamVideo/Controllers/CallController.swift +++ b/Sources/StreamVideo/Controllers/CallController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Controllers/CallsController.swift b/Sources/StreamVideo/Controllers/CallsController.swift index d9b545d48..001983738 100644 --- a/Sources/StreamVideo/Controllers/CallsController.swift +++ b/Sources/StreamVideo/Controllers/CallsController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/DependencyInjection/InjectedValues.swift b/Sources/StreamVideo/DependencyInjection/InjectedValues.swift index fafb42fc8..972d7707b 100644 --- a/Sources/StreamVideo/DependencyInjection/InjectedValues.swift +++ b/Sources/StreamVideo/DependencyInjection/InjectedValues.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/DependencyInjection/InjectedValuesExtensions.swift b/Sources/StreamVideo/DependencyInjection/InjectedValuesExtensions.swift index 839b3aea6..3d6ef0cdd 100644 --- a/Sources/StreamVideo/DependencyInjection/InjectedValuesExtensions.swift +++ b/Sources/StreamVideo/DependencyInjection/InjectedValuesExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Errors/ErrorPayload.swift b/Sources/StreamVideo/Errors/ErrorPayload.swift index 7bb49091e..c483d079c 100644 --- a/Sources/StreamVideo/Errors/ErrorPayload.swift +++ b/Sources/StreamVideo/Errors/ErrorPayload.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Errors/Errors.swift b/Sources/StreamVideo/Errors/Errors.swift index 857123b30..ee5fa6a61 100644 --- a/Sources/StreamVideo/Errors/Errors.swift +++ b/Sources/StreamVideo/Errors/Errors.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Generated/SystemEnvironment+Version.swift b/Sources/StreamVideo/Generated/SystemEnvironment+Version.swift index d034d9e23..fbb2f841d 100644 --- a/Sources/StreamVideo/Generated/SystemEnvironment+Version.swift +++ b/Sources/StreamVideo/Generated/SystemEnvironment+Version.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // ⚠️ Generated file, please use `fastlane release major|minor|patch` lanes diff --git a/Sources/StreamVideo/HTTPClient/HTTPClient.swift b/Sources/StreamVideo/HTTPClient/HTTPClient.swift index e4d58afa2..cea90b4b8 100644 --- a/Sources/StreamVideo/HTTPClient/HTTPClient.swift +++ b/Sources/StreamVideo/HTTPClient/HTTPClient.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/HTTPClient/HTTPConfig.swift b/Sources/StreamVideo/HTTPClient/HTTPConfig.swift index 39d679736..82db9cf27 100644 --- a/Sources/StreamVideo/HTTPClient/HTTPConfig.swift +++ b/Sources/StreamVideo/HTTPClient/HTTPConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/HTTPClient/HTTPUtils.swift b/Sources/StreamVideo/HTTPClient/HTTPUtils.swift index 8e3c3fbef..b78d0c072 100644 --- a/Sources/StreamVideo/HTTPClient/HTTPUtils.swift +++ b/Sources/StreamVideo/HTTPClient/HTTPUtils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/HTTPClient/InternetConnection.swift b/Sources/StreamVideo/HTTPClient/InternetConnection.swift index 292a843dd..2973fa748 100644 --- a/Sources/StreamVideo/HTTPClient/InternetConnection.swift +++ b/Sources/StreamVideo/HTTPClient/InternetConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Models/AudioCodec.swift b/Sources/StreamVideo/Models/AudioCodec.swift index 7e81d63e5..32773262a 100644 --- a/Sources/StreamVideo/Models/AudioCodec.swift +++ b/Sources/StreamVideo/Models/AudioCodec.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/CallParticipant.swift b/Sources/StreamVideo/Models/CallParticipant.swift index 48f742ad5..58af46093 100644 --- a/Sources/StreamVideo/Models/CallParticipant.swift +++ b/Sources/StreamVideo/Models/CallParticipant.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/CallSettings.swift b/Sources/StreamVideo/Models/CallSettings.swift index 0dd02b309..62f38032c 100644 --- a/Sources/StreamVideo/Models/CallSettings.swift +++ b/Sources/StreamVideo/Models/CallSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Models/CallStatsReport.swift b/Sources/StreamVideo/Models/CallStatsReport.swift index 5937bd9f8..4bf4ff4a6 100644 --- a/Sources/StreamVideo/Models/CallStatsReport.swift +++ b/Sources/StreamVideo/Models/CallStatsReport.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/CallType.swift b/Sources/StreamVideo/Models/CallType.swift index c65d02134..19af4ae1e 100644 --- a/Sources/StreamVideo/Models/CallType.swift +++ b/Sources/StreamVideo/Models/CallType.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // extension String { diff --git a/Sources/StreamVideo/Models/CallsQuery.swift b/Sources/StreamVideo/Models/CallsQuery.swift index da5cb0804..d551af25b 100644 --- a/Sources/StreamVideo/Models/CallsQuery.swift +++ b/Sources/StreamVideo/Models/CallsQuery.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/ClientCapability.swift b/Sources/StreamVideo/Models/ClientCapability.swift index a6c5ac8ad..fae0d417b 100644 --- a/Sources/StreamVideo/Models/ClientCapability.swift +++ b/Sources/StreamVideo/Models/ClientCapability.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/ConnectOptions.swift b/Sources/StreamVideo/Models/ConnectOptions.swift index 0a035162d..647689f15 100644 --- a/Sources/StreamVideo/Models/ConnectOptions.swift +++ b/Sources/StreamVideo/Models/ConnectOptions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/ConnectionQuality.swift b/Sources/StreamVideo/Models/ConnectionQuality.swift index a7965791e..2027d44eb 100644 --- a/Sources/StreamVideo/Models/ConnectionQuality.swift +++ b/Sources/StreamVideo/Models/ConnectionQuality.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/ConnectionState.swift b/Sources/StreamVideo/Models/ConnectionState.swift index 24be15ff8..e97abbe26 100644 --- a/Sources/StreamVideo/Models/ConnectionState.swift +++ b/Sources/StreamVideo/Models/ConnectionState.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // public enum ConnectionState: Equatable, Sendable { diff --git a/Sources/StreamVideo/Models/CoordinatorModels.swift b/Sources/StreamVideo/Models/CoordinatorModels.swift index f68f4eeb8..4dd211828 100644 --- a/Sources/StreamVideo/Models/CoordinatorModels.swift +++ b/Sources/StreamVideo/Models/CoordinatorModels.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/DeviceData.swift b/Sources/StreamVideo/Models/DeviceData.swift index 5c7cc3dd5..c170046f4 100644 --- a/Sources/StreamVideo/Models/DeviceData.swift +++ b/Sources/StreamVideo/Models/DeviceData.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/Extensions/CallSettingsResponse+SettingsPriority.swift b/Sources/StreamVideo/Models/Extensions/CallSettingsResponse+SettingsPriority.swift index 259a15ff7..da865032b 100644 --- a/Sources/StreamVideo/Models/Extensions/CallSettingsResponse+SettingsPriority.swift +++ b/Sources/StreamVideo/Models/Extensions/CallSettingsResponse+SettingsPriority.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/Extensions/RejectCallRequest+Reason.swift b/Sources/StreamVideo/Models/Extensions/RejectCallRequest+Reason.swift index 7b9750164..d64519517 100644 --- a/Sources/StreamVideo/Models/Extensions/RejectCallRequest+Reason.swift +++ b/Sources/StreamVideo/Models/Extensions/RejectCallRequest+Reason.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_AppleThermalState+Convenience.swift b/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_AppleThermalState+Convenience.swift index a8c890e21..9ee042d92 100644 --- a/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_AppleThermalState+Convenience.swift +++ b/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_AppleThermalState+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_Participant+CallParticipant.swift b/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_Participant+CallParticipant.swift index b2947b8dc..0d8a2d85f 100644 --- a/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_Participant+CallParticipant.swift +++ b/Sources/StreamVideo/Models/Extensions/Stream_Video_Sfu_Models_Participant+CallParticipant.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/IncomingVideoQualitySettings.swift b/Sources/StreamVideo/Models/IncomingVideoQualitySettings.swift index 30cc9c949..1924ab11f 100644 --- a/Sources/StreamVideo/Models/IncomingVideoQualitySettings.swift +++ b/Sources/StreamVideo/Models/IncomingVideoQualitySettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/JoinSource.swift b/Sources/StreamVideo/Models/JoinSource.swift index fff7f0874..c5ea6ce04 100644 --- a/Sources/StreamVideo/Models/JoinSource.swift +++ b/Sources/StreamVideo/Models/JoinSource.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/Member.swift b/Sources/StreamVideo/Models/Member.swift index 3ea6a030b..0cec03e6e 100644 --- a/Sources/StreamVideo/Models/Member.swift +++ b/Sources/StreamVideo/Models/Member.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/ParticipantSource.swift b/Sources/StreamVideo/Models/ParticipantSource.swift index 8cca773a0..20c73c839 100644 --- a/Sources/StreamVideo/Models/ParticipantSource.swift +++ b/Sources/StreamVideo/Models/ParticipantSource.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/Permissions.swift b/Sources/StreamVideo/Models/Permissions.swift index d58a458dd..2c4752ee9 100644 --- a/Sources/StreamVideo/Models/Permissions.swift +++ b/Sources/StreamVideo/Models/Permissions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/PinInfo.swift b/Sources/StreamVideo/Models/PinInfo.swift index 32de4a1be..833c9fd43 100644 --- a/Sources/StreamVideo/Models/PinInfo.swift +++ b/Sources/StreamVideo/Models/PinInfo.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/PublishOptions.swift b/Sources/StreamVideo/Models/PublishOptions.swift index 057c356ac..be0a4e669 100644 --- a/Sources/StreamVideo/Models/PublishOptions.swift +++ b/Sources/StreamVideo/Models/PublishOptions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/PushNotificationsConfig.swift b/Sources/StreamVideo/Models/PushNotificationsConfig.swift index 960169898..16f3abd4e 100644 --- a/Sources/StreamVideo/Models/PushNotificationsConfig.swift +++ b/Sources/StreamVideo/Models/PushNotificationsConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/ScreenSharingSession.swift b/Sources/StreamVideo/Models/ScreenSharingSession.swift index 138782d23..744e7664a 100644 --- a/Sources/StreamVideo/Models/ScreenSharingSession.swift +++ b/Sources/StreamVideo/Models/ScreenSharingSession.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/Token.swift b/Sources/StreamVideo/Models/Token.swift index cb9344255..f6db5ed71 100644 --- a/Sources/StreamVideo/Models/Token.swift +++ b/Sources/StreamVideo/Models/Token.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/User.swift b/Sources/StreamVideo/Models/User.swift index 4236ed03f..a44cd59b8 100644 --- a/Sources/StreamVideo/Models/User.swift +++ b/Sources/StreamVideo/Models/User.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/VideoCodec.swift b/Sources/StreamVideo/Models/VideoCodec.swift index cdfb89fcc..4a7cb0b75 100644 --- a/Sources/StreamVideo/Models/VideoCodec.swift +++ b/Sources/StreamVideo/Models/VideoCodec.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Models/VideoLayer.swift b/Sources/StreamVideo/Models/VideoLayer.swift index 40a103812..4139b449a 100644 --- a/Sources/StreamVideo/Models/VideoLayer.swift +++ b/Sources/StreamVideo/Models/VideoLayer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreMedia diff --git a/Sources/StreamVideo/Models/VideoOptions.swift b/Sources/StreamVideo/Models/VideoOptions.swift index 33e2a6ac5..87e99465c 100644 --- a/Sources/StreamVideo/Models/VideoOptions.swift +++ b/Sources/StreamVideo/Models/VideoOptions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoAdapter.swift b/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoAdapter.swift index ee986c641..36d39ab0d 100644 --- a/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoAdapter.swift +++ b/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoPolicy.swift b/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoPolicy.swift index 92a4cd244..d983122b1 100644 --- a/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoPolicy.swift +++ b/Sources/StreamVideo/Moderation/Adapters/Video/Moderation+VideoPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Moderation/Moderation+Manager.swift b/Sources/StreamVideo/Moderation/Moderation+Manager.swift index a39aced2b..babc83379 100644 --- a/Sources/StreamVideo/Moderation/Moderation+Manager.swift +++ b/Sources/StreamVideo/Moderation/Moderation+Manager.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Moderation/Moderation.swift b/Sources/StreamVideo/Moderation/Moderation.swift index b589e7429..a6491f8e1 100644 --- a/Sources/StreamVideo/Moderation/Moderation.swift +++ b/Sources/StreamVideo/Moderation/Moderation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/AuthMiddlewares.swift b/Sources/StreamVideo/OpenApi/AuthMiddlewares.swift index ad80f1708..18c54854a 100644 --- a/Sources/StreamVideo/OpenApi/AuthMiddlewares.swift +++ b/Sources/StreamVideo/OpenApi/AuthMiddlewares.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/OwnCapability+Identifiable.swift b/Sources/StreamVideo/OpenApi/OwnCapability+Identifiable.swift index 9647cb002..d281d332e 100644 --- a/Sources/StreamVideo/OpenApi/OwnCapability+Identifiable.swift +++ b/Sources/StreamVideo/OpenApi/OwnCapability+Identifiable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/URLSessionTransport.swift b/Sources/StreamVideo/OpenApi/URLSessionTransport.swift index cf6506405..8969c0da3 100644 --- a/Sources/StreamVideo/OpenApi/URLSessionTransport.swift +++ b/Sources/StreamVideo/OpenApi/URLSessionTransport.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/APIHelper.swift b/Sources/StreamVideo/OpenApi/generated/APIHelper.swift index d8942dd35..5fc13cb9b 100644 --- a/Sources/StreamVideo/OpenApi/generated/APIHelper.swift +++ b/Sources/StreamVideo/OpenApi/generated/APIHelper.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/APIs/DefaultAPI.swift b/Sources/StreamVideo/OpenApi/generated/APIs/DefaultAPI.swift index a6ba2a62a..6c4e44495 100644 --- a/Sources/StreamVideo/OpenApi/generated/APIs/DefaultAPI.swift +++ b/Sources/StreamVideo/OpenApi/generated/APIs/DefaultAPI.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/CodableHelper.swift b/Sources/StreamVideo/OpenApi/generated/CodableHelper.swift index ed78a7b8e..0e8c335f4 100644 --- a/Sources/StreamVideo/OpenApi/generated/CodableHelper.swift +++ b/Sources/StreamVideo/OpenApi/generated/CodableHelper.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Extensions.swift b/Sources/StreamVideo/OpenApi/generated/Extensions.swift index 0f5c1c3da..86816240a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Extensions.swift +++ b/Sources/StreamVideo/OpenApi/generated/Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/JSONDataEncoding.swift b/Sources/StreamVideo/OpenApi/generated/JSONDataEncoding.swift index 2cfbe4031..91ac85b09 100644 --- a/Sources/StreamVideo/OpenApi/generated/JSONDataEncoding.swift +++ b/Sources/StreamVideo/OpenApi/generated/JSONDataEncoding.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models.swift b/Sources/StreamVideo/OpenApi/generated/Models.swift index a81c4320e..dc8897e32 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/APIError.swift b/Sources/StreamVideo/OpenApi/generated/Models/APIError.swift index 62bcf3d3d..d92298fe3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/APIError.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/APIError.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/AcceptCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/AcceptCallResponse.swift index 460d9a765..581cbabe7 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/AcceptCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/AcceptCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/AggregatedStats.swift b/Sources/StreamVideo/OpenApi/generated/Models/AggregatedStats.swift index c58715593..328b66dd5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/AggregatedStats.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/AggregatedStats.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/AppEventResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/AppEventResponse.swift index 8ed11bd2b..2a591f522 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/AppEventResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/AppEventResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/AppUpdatedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/AppUpdatedEvent.swift index c11f83784..e666e3399 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/AppUpdatedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/AppUpdatedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/AudioSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/AudioSettings.swift index a9f7492a2..b0b17fbf6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/AudioSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/AudioSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/AudioSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/AudioSettingsRequest.swift index a97483de6..9fea974cd 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/AudioSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/AudioSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettings.swift index 5aa6884cf..b80d4dda1 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettingsRequest.swift index d767df820..ea7f0a29f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/BackstageSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/BlockUserRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/BlockUserRequest.swift index 35cc41723..3a1b10a0a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/BlockUserRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/BlockUserRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/BlockUserResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/BlockUserResponse.swift index 53deaa18d..7513753b2 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/BlockUserResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/BlockUserResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/BlockedUserEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/BlockedUserEvent.swift index de069cd00..94bad4257 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/BlockedUserEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/BlockedUserEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsRequest.swift index 5cf80e89a..a8d1b0dfb 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsResponse.swift index cd0d99cfa..fe43971f8 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/BroadcastSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallAcceptedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallAcceptedEvent.swift index c0796e7b5..b77c32e3f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallAcceptedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallAcceptedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaption.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaption.swift index e735874ae..e656cb5ed 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaption.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaption.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsFailedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsFailedEvent.swift index 7255261a4..27505d224 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsFailedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsFailedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStartedEvent.swift index 211d275f2..999225720 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStoppedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStoppedEvent.swift index d6cf4c9eb..194b98c92 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStoppedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallClosedCaptionsStoppedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallCreatedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallCreatedEvent.swift index 97193d2a8..d12748605 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallCreatedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallCreatedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallDeletedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallDeletedEvent.swift index 93e04add5..977f2a4ad 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallDeletedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallDeletedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallEndedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallEndedEvent.swift index 75172dc73..5d6b07457 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallEndedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallEndedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallEvent.swift index 98543d457..fcf962a2a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFailedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFailedEvent.swift index 2968cffb0..214a4078b 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFailedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFailedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFrameReadyEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFrameReadyEvent.swift index bbd28066e..453dca645 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFrameReadyEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingFrameReadyEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStartedEvent.swift index 333b8cea2..eabd9ca9c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStoppedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStoppedEvent.swift index e9701e738..1891a70d6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStoppedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallFrameRecordingStoppedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingFailedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingFailedEvent.swift index 633fea2c9..66d02d942 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingFailedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingFailedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStartedEvent.swift index 1a42695bc..fbeff154d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStoppedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStoppedEvent.swift index a2fc69cb1..c1a895e8d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStoppedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallHLSBroadcastingStoppedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallIngressResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallIngressResponse.swift index 451df7458..8646d7c0a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallIngressResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallIngressResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallLiveStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallLiveStartedEvent.swift index e4713e395..ae777e6eb 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallLiveStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallLiveStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberAddedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberAddedEvent.swift index ed0be7659..f4e8ac539 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberAddedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberAddedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberRemovedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberRemovedEvent.swift index 4be130c6b..80b8686fd 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberRemovedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberRemovedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedEvent.swift index 1ef16e82c..5bd6455f3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedPermissionEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedPermissionEvent.swift index 44d4229ac..1ffc32899 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedPermissionEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallMemberUpdatedPermissionEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallMissedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallMissedEvent.swift index 7e784b89e..ca74f910f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallMissedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallMissedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallModerationBlurEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallModerationBlurEvent.swift index cc37118f4..bb465ab06 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallModerationBlurEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallModerationBlurEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallModerationWarningEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallModerationWarningEvent.swift index e242d2daf..684e1e0a5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallModerationWarningEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallModerationWarningEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallNotificationEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallNotificationEvent.swift index 0c963d249..f2be09328 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallNotificationEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallNotificationEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallParticipantResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallParticipantResponse.swift index 4947e15d8..4ecfee1f6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallParticipantResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallParticipantResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallReactionEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallReactionEvent.swift index ff9975552..e69f42d0d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallReactionEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallReactionEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRecording.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRecording.swift index 5f387147b..b0c112ce9 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRecording.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRecording.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingFailedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingFailedEvent.swift index 77bae7d3a..accf715f2 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingFailedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingFailedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingReadyEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingReadyEvent.swift index 71a769c4a..f1cb2ab42 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingReadyEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingReadyEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStartedEvent.swift index 665ebe22f..7bed0f7b5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStoppedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStoppedEvent.swift index 315c02c32..68cb9cc3a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStoppedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRecordingStoppedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRejectedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRejectedEvent.swift index f1145cf18..9289df278 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRejectedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRejectedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRequest.swift index b741a53c5..14629b87f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallResponse.swift index cca4f9afe..4371db42b 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRingEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRingEvent.swift index b2d5cc310..6f606d3ed 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRingEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRingEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastFailedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastFailedEvent.swift index 29a79fbc0..e7171645b 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastFailedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastFailedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStartedEvent.swift index f7ccd6488..081667865 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStoppedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStoppedEvent.swift index 200088f90..9b4750eb6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStoppedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallRtmpBroadcastStoppedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionEndedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionEndedEvent.swift index ab5307278..51b71e99a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionEndedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionEndedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantCountsUpdatedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantCountsUpdatedEvent.swift index 1f661466a..a46e5dfc3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantCountsUpdatedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantCountsUpdatedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantJoinedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantJoinedEvent.swift index 8dbda346e..2d462a431 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantJoinedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantJoinedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantLeftEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantLeftEvent.swift index df4efad87..c1612154a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantLeftEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionParticipantLeftEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionResponse.swift index b52f54633..baa0366b6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionStartedEvent.swift index f261040ef..8b3c2fb92 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSessionStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSessionStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsRequest.swift index 696669252..5dfb2599e 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsResponse.swift index c9adada92..fda0f5620 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallStateResponseFields.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallStateResponseFields.swift index e17cb0af0..18efb951c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallStateResponseFields.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallStateResponseFields.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportReadyEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportReadyEvent.swift index 3f0815568..3fa7d2af4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportReadyEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportReadyEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportSummaryResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportSummaryResponse.swift index 95b17672d..d804fcdf4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportSummaryResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallStatsReportSummaryResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallTimeline.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallTimeline.swift index 3cdb19bf8..bb7c780ac 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallTimeline.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallTimeline.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscription.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscription.swift index 38e3ebabd..2a0c17456 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscription.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscription.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionFailedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionFailedEvent.swift index 5a0474da5..d17ed3798 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionFailedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionFailedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionReadyEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionReadyEvent.swift index f1b44a297..bee0a3e26 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionReadyEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionReadyEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStartedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStartedEvent.swift index 8574a7393..b8ecee29f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStartedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStartedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStoppedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStoppedEvent.swift index f649a9347..e9a20d3f4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStoppedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallTranscriptionStoppedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallUpdatedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallUpdatedEvent.swift index fdd258df8..cc54d3c80 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallUpdatedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallUpdatedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallUserFeedbackSubmittedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallUserFeedbackSubmittedEvent.swift index ba6f7b301..8cb356b35 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallUserFeedbackSubmittedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallUserFeedbackSubmittedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CallUserMutedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CallUserMutedEvent.swift index 3f527d2a7..2f180d076 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CallUserMutedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CallUserMutedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ClosedCaptionEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/ClosedCaptionEvent.swift index e53751155..b086bf314 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ClosedCaptionEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ClosedCaptionEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackRequest.swift index ce5759f2a..68d7a5612 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackResponse.swift index 476677290..c3654a997 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CollectUserFeedbackResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ConnectUserDetailsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/ConnectUserDetailsRequest.swift index cbc43319b..529f2c07b 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ConnectUserDetailsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ConnectUserDetailsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ConnectedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/ConnectedEvent.swift index 4c8f0b8b1..8f3a1c00e 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ConnectedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ConnectedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ConnectionErrorEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/ConnectionErrorEvent.swift index 527cecd08..df884adeb 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ConnectionErrorEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ConnectionErrorEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/Coordinates.swift b/Sources/StreamVideo/OpenApi/generated/Models/Coordinates.swift index faef030f0..3007b2b5e 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/Coordinates.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/Coordinates.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/Count.swift b/Sources/StreamVideo/OpenApi/generated/Models/Count.swift index 3909c6cb4..a44d4d8c3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/Count.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/Count.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CountrywiseAggregateStats.swift b/Sources/StreamVideo/OpenApi/generated/Models/CountrywiseAggregateStats.swift index 0d022bd64..ff9e190ac 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CountrywiseAggregateStats.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CountrywiseAggregateStats.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CreateDeviceRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/CreateDeviceRequest.swift index 055653928..56464eab2 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CreateDeviceRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CreateDeviceRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestRequest.swift index da74ee277..6cf1d2f28 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestResponse.swift index a5b6b9a24..95f7afba8 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CreateGuestResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/Credentials.swift b/Sources/StreamVideo/OpenApi/generated/Models/Credentials.swift index f76b0dfba..0e024807b 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/Credentials.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/Credentials.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/CustomVideoEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/CustomVideoEvent.swift index a8c57e330..d21b2ba7f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/CustomVideoEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/CustomVideoEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallRequest.swift index 9d4828a10..d86ed2600 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallResponse.swift index ad0a64b96..c699c427d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/DeleteCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/DeleteRecordingResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/DeleteRecordingResponse.swift index b153d29f0..7720f23cc 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/DeleteRecordingResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/DeleteRecordingResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/DeleteTranscriptionResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/DeleteTranscriptionResponse.swift index 0ff44902d..500d051ab 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/DeleteTranscriptionResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/DeleteTranscriptionResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/Device.swift b/Sources/StreamVideo/OpenApi/generated/Models/Device.swift index 62afd6cab..b887157a5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/Device.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/Device.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/EdgeResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/EdgeResponse.swift index 9945857a4..c5c20271c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/EdgeResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/EdgeResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/EgressHLSResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/EgressHLSResponse.swift index bef32b13c..1391726e3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/EgressHLSResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/EgressHLSResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/EgressRTMPResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/EgressRTMPResponse.swift index 20a4cae0a..3a7080800 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/EgressRTMPResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/EgressRTMPResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/EgressResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/EgressResponse.swift index 431016d5f..d8eacab66 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/EgressResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/EgressResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/EndCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/EndCallResponse.swift index 6fd4c6afd..c78440b97 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/EndCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/EndCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/FileUploadConfig.swift b/Sources/StreamVideo/OpenApi/generated/Models/FileUploadConfig.swift index 0b6adf72e..fcf472f98 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/FileUploadConfig.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/FileUploadConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettings.swift index 0700cc0dd..ef9a6087c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettingsRequest.swift index 3ca9777ee..a4e1933d3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GeofenceSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GeolocationResult.swift b/Sources/StreamVideo/OpenApi/generated/Models/GeolocationResult.swift index 51d0aad86..48bc99eff 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GeolocationResult.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GeolocationResult.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GetCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/GetCallResponse.swift index e19230ba5..0d3ef63cb 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GetCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GetCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GetEdgesResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/GetEdgesResponse.swift index b4893c3d3..c35b3fe09 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GetEdgesResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GetEdgesResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallRequest.swift index e7ba8102c..cf0c26037 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallResponse.swift index 944be1ee4..611cd6838 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GetOrCreateCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GoLiveRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/GoLiveRequest.swift index 1ab2eb1bc..35ce4cfe2 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GoLiveRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GoLiveRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/GoLiveResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/GoLiveResponse.swift index 1135370cb..e0717c3f1 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/GoLiveResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/GoLiveResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsRequest.swift index cad7a98ac..94f14df80 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsResponse.swift index ed98065de..0312c0264 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/HLSSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/HealthCheckEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/HealthCheckEvent.swift index e4a1b32c6..92b06191b 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/HealthCheckEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/HealthCheckEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ICEServer.swift b/Sources/StreamVideo/OpenApi/generated/Models/ICEServer.swift index eb6f05035..48285cea2 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ICEServer.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ICEServer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/JoinCallRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/JoinCallRequest.swift index 52c1ba344..9a5bade12 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/JoinCallRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/JoinCallRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/JoinCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/JoinCallResponse.swift index a38d4b169..e4401bfe4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/JoinCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/JoinCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/KickUserRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/KickUserRequest.swift index 6b0579d84..e9a583aa0 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/KickUserRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/KickUserRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/KickUserResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/KickUserResponse.swift index 53f919341..4997bda4a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/KickUserResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/KickUserResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/KickedUserEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/KickedUserEvent.swift index 222e07104..f8e4cab7f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/KickedUserEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/KickedUserEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/LayoutSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/LayoutSettings.swift index 2ca9fb610..e485710e6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/LayoutSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/LayoutSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsRequest.swift index 5352799e4..03f677674 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsResponse.swift index b9b4737ae..bf301867a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/LimitsSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ListDevicesResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/ListDevicesResponse.swift index cef371c03..530fc07b4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ListDevicesResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ListDevicesResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ListRecordingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/ListRecordingsResponse.swift index 3462e73d0..ec8954e4d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ListRecordingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ListRecordingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ListTranscriptionsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/ListTranscriptionsResponse.swift index 0162a34bd..824a9e19e 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ListTranscriptionsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ListTranscriptionsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/Location.swift b/Sources/StreamVideo/OpenApi/generated/Models/Location.swift index ce252f6ae..0a1a9ae02 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/Location.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/Location.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/MediaPubSubHint.swift b/Sources/StreamVideo/OpenApi/generated/Models/MediaPubSubHint.swift index e7bb2f3d6..f6ff6a8db 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/MediaPubSubHint.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/MediaPubSubHint.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/MemberRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/MemberRequest.swift index 2539b98b8..d388b9d05 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/MemberRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/MemberRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/MemberResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/MemberResponse.swift index 1e49edf2b..68b728c9f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/MemberResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/MemberResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ModelResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/ModelResponse.swift index 12732bf3f..9cef4abae 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ModelResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ModelResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersRequest.swift index 118046a24..0d1b58571 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersResponse.swift index 28302ed48..972c0edfc 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/MuteUsersResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/NoiseCancellationSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/NoiseCancellationSettingsRequest.swift index 0b33f47e0..7e4227c21 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/NoiseCancellationSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/NoiseCancellationSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/OwnCapability.swift b/Sources/StreamVideo/OpenApi/generated/Models/OwnCapability.swift index ac89fd477..6fb624d00 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/OwnCapability.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/OwnCapability.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/OwnUserResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/OwnUserResponse.swift index 03dd3fcca..d1b0f0ef5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/OwnUserResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/OwnUserResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/PermissionRequestEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/PermissionRequestEvent.swift index f2b749d5c..c7e01c3d8 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/PermissionRequestEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/PermissionRequestEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/PinRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/PinRequest.swift index 631490e7b..8d7e88aa3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/PinRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/PinRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/PinResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/PinResponse.swift index 5ba2a4e5c..d340724c0 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/PinResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/PinResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/PublishedTrackInfo.swift b/Sources/StreamVideo/OpenApi/generated/Models/PublishedTrackInfo.swift index 4a1e041c0..b244273d1 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/PublishedTrackInfo.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/PublishedTrackInfo.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/PublisherAggregateStats.swift b/Sources/StreamVideo/OpenApi/generated/Models/PublisherAggregateStats.swift index 27febefa3..8c6a3e9cb 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/PublisherAggregateStats.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/PublisherAggregateStats.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/PushNotificationSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/PushNotificationSettingsResponse.swift index 574726b1a..42d394281 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/PushNotificationSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/PushNotificationSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsRequest.swift index 67509b75d..4c1a11f16 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsResponse.swift index b28c600fb..2afc9f59d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallParticipantsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsRequest.swift index 9b2e8ce3f..ecb4edd12 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsResponse.swift index 4b4f5ab6c..5222e95ed 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallStatsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsRequest.swift index 9d65d9480..3b6ccbdf6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsResponse.swift index b7e68160a..5ce72ff08 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryCallsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersRequest.swift index 79f58729b..9a8117cb6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersResponse.swift index a87e0d39d..f0d87ecf6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/QueryMembersResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RTMPBroadcastRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/RTMPBroadcastRequest.swift index cdac74ea0..4c549d877 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RTMPBroadcastRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RTMPBroadcastRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RTMPIngress.swift b/Sources/StreamVideo/OpenApi/generated/Models/RTMPIngress.swift index 09c2c7658..e694efd27 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RTMPIngress.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RTMPIngress.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsRequest.swift index 031dd4943..e01cc1830 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsResponse.swift index 088dfdab7..706f6c9b6 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RTMPSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ReactionResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/ReactionResponse.swift index e7578d5c8..4682fe8ef 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ReactionResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ReactionResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsRequest.swift index 03595f8f1..d2e37cb72 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsResponse.swift index 7a771a2cf..28e60851e 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RecordSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RejectCallRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/RejectCallRequest.swift index 425072412..08e354cff 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RejectCallRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RejectCallRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RejectCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/RejectCallResponse.swift index 9f9b45930..61d19c4ef 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RejectCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RejectCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionRequest.swift index 79cc46d99..acfca34b9 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionResponse.swift index 779ab7d85..1b4ebce2d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RequestPermissionResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RingCallRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/RingCallRequest.swift index 11c1c19f0..90bf231e1 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RingCallRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RingCallRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RingCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/RingCallResponse.swift index 42dd635e1..a028a2600 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RingCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RingCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RingSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/RingSettings.swift index aa8da923d..d14d70c24 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RingSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RingSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/RingSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/RingSettingsRequest.swift index 8803d8a6c..6dce06cac 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/RingSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/RingSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SFULocationResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/SFULocationResponse.swift index 5b0b83058..0e066924f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SFULocationResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SFULocationResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SFUResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/SFUResponse.swift index 929950da9..de08830a0 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SFUResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SFUResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettings.swift index d1ad3181b..3091edda3 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettingsRequest.swift index c4c6a1ecb..eb206ede4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ScreensharingSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SendEventRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/SendEventRequest.swift index 0916a94ee..3148cda61 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SendEventRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SendEventRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SendEventResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/SendEventResponse.swift index 26f830377..710f27115 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SendEventResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SendEventResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SendReactionRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/SendReactionRequest.swift index 069d52427..9ed896546 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SendReactionRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SendReactionRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SendReactionResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/SendReactionResponse.swift index 45981d08e..78ed0903d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SendReactionResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SendReactionResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsRequest.swift index dd24cbcbf..62e8a703f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsResponse.swift index c2373594e..d45031d32 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SessionSettingsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/SortParamRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/SortParamRequest.swift index e7a1ee471..792e67400 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/SortParamRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/SortParamRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsRequest.swift index 27dce143d..8af633e70 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsResponse.swift index 53bbeb1cf..deb0eb3e5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartClosedCaptionsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingRequest.swift index 27a2e03c5..edb5c446c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingResponse.swift index 4a581504e..1e57d41e4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartFrameRecordingResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartHLSBroadcastingResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartHLSBroadcastingResponse.swift index 5238fb643..4dd1c20db 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartHLSBroadcastingResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartHLSBroadcastingResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsRequest.swift index cbac9ae42..489e86b27 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsResponse.swift index 3cc648587..ed9615a9a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartRTMPBroadcastsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingRequest.swift index 126a73044..87de07d37 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingResponse.swift index c8da661b2..6164b0033 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartRecordingResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionRequest.swift index 4e8d2ca4d..60c0139ee 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionResponse.swift index 93681baac..8f602188a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StartTranscriptionResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/Stats.swift b/Sources/StreamVideo/OpenApi/generated/Models/Stats.swift index 118f668bb..69e8d5999 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/Stats.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/Stats.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StatsOptions.swift b/Sources/StreamVideo/OpenApi/generated/Models/StatsOptions.swift index 5caefd7ae..9b047f005 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StatsOptions.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StatsOptions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopAllRTMPBroadcastsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopAllRTMPBroadcastsResponse.swift index a21af7ad6..05bcce200 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopAllRTMPBroadcastsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopAllRTMPBroadcastsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsRequest.swift index c665eacca..e391a6488 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsResponse.swift index 3866e28d0..75d9d97f0 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopClosedCaptionsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopFrameRecordingResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopFrameRecordingResponse.swift index 4c8194bbb..88d47964f 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopFrameRecordingResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopFrameRecordingResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopHLSBroadcastingResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopHLSBroadcastingResponse.swift index 2c660dbdb..38baa7019 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopHLSBroadcastingResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopHLSBroadcastingResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopLiveRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopLiveRequest.swift index 7f7acbac7..b3fc6020b 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopLiveRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopLiveRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopLiveResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopLiveResponse.swift index 01e863563..1b2cc7861 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopLiveResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopLiveResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopRTMPBroadcastsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopRTMPBroadcastsResponse.swift index 7c94c693d..b9083fe70 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopRTMPBroadcastsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopRTMPBroadcastsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopRecordingResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopRecordingResponse.swift index 34f4a69da..e9d1e661d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopRecordingResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopRecordingResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionRequest.swift index 7755ff49c..d8ee6e33c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionResponse.swift index 0258c8a6d..285fd51b4 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/StopTranscriptionResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/Subsession.swift b/Sources/StreamVideo/OpenApi/generated/Models/Subsession.swift index 2719541f4..3fc4c1d39 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/Subsession.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/Subsession.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/TURNAggregatedStats.swift b/Sources/StreamVideo/OpenApi/generated/Models/TURNAggregatedStats.swift index 28a10f3d6..e3ccbd7c5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/TURNAggregatedStats.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/TURNAggregatedStats.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/TargetResolution.swift b/Sources/StreamVideo/OpenApi/generated/Models/TargetResolution.swift index 9183fb522..3f080937c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/TargetResolution.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/TargetResolution.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailResponse.swift index 02c54fbe9..200d024fa 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettings.swift index ee18b4266..59f07ac6a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettingsRequest.swift index 5062c4101..402583410 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/ThumbnailsSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettings.swift index 3c1f4481a..941d42180 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettingsRequest.swift index 986b480b2..0412fb153 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/TranscriptionSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserRequest.swift index acfb7871d..fee2f21a9 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserResponse.swift index 27a34708f..bd10722af 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UnblockUserResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UnblockedUserEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/UnblockedUserEvent.swift index a71823143..a903d967c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UnblockedUserEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UnblockedUserEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UnpinRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/UnpinRequest.swift index b082a4270..47a26a8d5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UnpinRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UnpinRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UnpinResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/UnpinResponse.swift index 2ccf9b1bc..6b0703934 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UnpinResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UnpinResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersRequest.swift index 0b069abc5..b07b48141 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersResponse.swift index 1f2fa8a2e..098d62293 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallMembersResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallRequest.swift index b9d43bc8f..3a9b10310 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallResponse.swift index ed3c8c2bc..7e0e8e54a 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UpdateCallResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsRequest.swift index 253b6656b..cb04e9464 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsResponse.swift index 9fbf0b790..791db9e01 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UpdateUserPermissionsResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UpdatedCallPermissionsEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/UpdatedCallPermissionsEvent.swift index 382b771a9..6d7454bb5 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UpdatedCallPermissionsEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UpdatedCallPermissionsEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UserEventPayload.swift b/Sources/StreamVideo/OpenApi/generated/Models/UserEventPayload.swift index d7803ccb5..781eaea50 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UserEventPayload.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UserEventPayload.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UserInfoResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/UserInfoResponse.swift index bc17c06da..685dc7b78 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UserInfoResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UserInfoResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UserRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/UserRequest.swift index 28f59e884..da5617194 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UserRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UserRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UserResponse.swift b/Sources/StreamVideo/OpenApi/generated/Models/UserResponse.swift index 6c0c1fbf2..2a49caf9c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UserResponse.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UserResponse.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UserSessionStats.swift b/Sources/StreamVideo/OpenApi/generated/Models/UserSessionStats.swift index 6d758d2b4..e3a5bdcee 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UserSessionStats.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UserSessionStats.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UserStats.swift b/Sources/StreamVideo/OpenApi/generated/Models/UserStats.swift index a22bad5c1..e28fa55c7 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UserStats.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UserStats.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/UserUpdatedEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/UserUpdatedEvent.swift index 52bd58261..67deb6a48 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/UserUpdatedEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/UserUpdatedEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/VideoEvent.swift b/Sources/StreamVideo/OpenApi/generated/Models/VideoEvent.swift index 1305b27da..34e8f7beb 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/VideoEvent.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/VideoEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/VideoQuality.swift b/Sources/StreamVideo/OpenApi/generated/Models/VideoQuality.swift index b33791741..96098344d 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/VideoQuality.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/VideoQuality.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/VideoResolution.swift b/Sources/StreamVideo/OpenApi/generated/Models/VideoResolution.swift index 3c740f6db..77c3e6dcc 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/VideoResolution.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/VideoResolution.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/VideoSettings.swift b/Sources/StreamVideo/OpenApi/generated/Models/VideoSettings.swift index e3aa24c09..404ea4316 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/VideoSettings.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/VideoSettings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/VideoSettingsRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/VideoSettingsRequest.swift index d78b04f2f..0f92ae835 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/VideoSettingsRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/VideoSettingsRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/Models/WSAuthMessageRequest.swift b/Sources/StreamVideo/OpenApi/generated/Models/WSAuthMessageRequest.swift index 8fb6ef2a7..0f08fe25c 100644 --- a/Sources/StreamVideo/OpenApi/generated/Models/WSAuthMessageRequest.swift +++ b/Sources/StreamVideo/OpenApi/generated/Models/WSAuthMessageRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/OpenApi/generated/OpenISO8601DateFormatter.swift b/Sources/StreamVideo/OpenApi/generated/OpenISO8601DateFormatter.swift index 6b72ed019..df29d177b 100644 --- a/Sources/StreamVideo/OpenApi/generated/OpenISO8601DateFormatter.swift +++ b/Sources/StreamVideo/OpenApi/generated/OpenISO8601DateFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/StreamVideo.h b/Sources/StreamVideo/StreamVideo.h index a9ca331e4..77b503bdf 100644 --- a/Sources/StreamVideo/StreamVideo.h +++ b/Sources/StreamVideo/StreamVideo.h @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // #import diff --git a/Sources/StreamVideo/StreamVideo.swift b/Sources/StreamVideo/StreamVideo.swift index 924da535c..d030de681 100644 --- a/Sources/StreamVideo/StreamVideo.swift +++ b/Sources/StreamVideo/StreamVideo.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/StreamVideoEnvironment.swift b/Sources/StreamVideo/StreamVideoEnvironment.swift index a191960a6..eb2a71822 100644 --- a/Sources/StreamVideo/StreamVideoEnvironment.swift +++ b/Sources/StreamVideo/StreamVideoEnvironment.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.swift b/Sources/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.swift index 9ed2d1dd0..5d8de42c8 100644 --- a/Sources/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.swift +++ b/Sources/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AnyEncodable.swift b/Sources/StreamVideo/Utils/AnyEncodable.swift index 29f8097f7..4aaa8a904 100644 --- a/Sources/StreamVideo/Utils/AnyEncodable.swift +++ b/Sources/StreamVideo/Utils/AnyEncodable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Array+SafeSubscript.swift b/Sources/StreamVideo/Utils/Array+SafeSubscript.swift index 94a464d2b..89ae620a7 100644 --- a/Sources/StreamVideo/Utils/Array+SafeSubscript.swift +++ b/Sources/StreamVideo/Utils/Array+SafeSubscript.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Atomic.swift b/Sources/StreamVideo/Utils/Atomic.swift index cf945c2c9..f069aa17b 100644 --- a/Sources/StreamVideo/Utils/Atomic.swift +++ b/Sources/StreamVideo/Utils/Atomic.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule.swift index b0848ca1b..8bdcace78 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AudioToolbox diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter.swift index 15bd57b71..fd2288b4f 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Accelerate diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer.swift index d080c836e..fae80ab7f 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine+InputContext.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine+InputContext.swift index abfa6f96d..d84e51dff 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine+InputContext.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine+InputContext.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+CustomStringConvertible.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+CustomStringConvertible.swift index 43a967556..6ba877154 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+CustomStringConvertible.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+Info.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+Info.swift index b94662f4d..0e93b6cbf 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+Info.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer+Info.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Accelerate diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer+Info.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer+Info.swift index 1975d2a93..5efa6cea3 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer+Info.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer+Info.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Accelerate diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/RTCAudioDeviceModuleControlling.swift b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/RTCAudioDeviceModuleControlling.swift index e64d82028..1f6f6d91e 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/RTCAudioDeviceModuleControlling.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioDeviceModule/RTCAudioDeviceModuleControlling.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/AudioProcessingStore.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/AudioProcessingStore.swift index b5411e890..c33b4fdc5 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/AudioProcessingStore.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/AudioProcessingStore.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule.swift index 6c175c82d..a10c08fae 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Action.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Action.swift index 0406b2380..95964b685 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Action.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Action.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Namespace.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Namespace.swift index 8204099d7..20e6dd4ce 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Namespace.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+Namespace.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+State.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+State.swift index f0c65adb5..757a81ba4 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+State.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/AudioProcessingStore+State.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+AudioFilterMiddleware.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+AudioFilterMiddleware.swift index 811b76c07..e0e9a21ee 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+AudioFilterMiddleware.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+AudioFilterMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+CapturedChannelsMiddleware.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+CapturedChannelsMiddleware.swift index f6c6fbf06..1adb1727e 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+CapturedChannelsMiddleware.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioProcessingStore+CapturedChannelsMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore+DefaultReducer.swift b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore+DefaultReducer.swift index df7dc798a..97ff29af5 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore+DefaultReducer.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore+DefaultReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Extensions/AVAudioRecorder+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Extensions/AVAudioRecorder+Convenience.swift index 7fafc95a4..abd913fac 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Extensions/AVAudioRecorder+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Extensions/AVAudioRecorder+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+AVAudioRecorderMiddleware.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+AVAudioRecorderMiddleware.swift index 1c0552968..fe46d8759 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+AVAudioRecorderMiddleware.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+AVAudioRecorderMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+CategoryMiddleware.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+CategoryMiddleware.swift index 1f04e3ba7..44f927c0d 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+CategoryMiddleware.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+CategoryMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+InterruptionMiddleware.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+InterruptionMiddleware.swift index 95b63a0f1..49946be89 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+InterruptionMiddleware.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+InterruptionMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+ShouldRecordMiddleware.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+ShouldRecordMiddleware.swift index 679072a69..36cb7c5ef 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+ShouldRecordMiddleware.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder+ShouldRecordMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder+DefaultReducer.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder+DefaultReducer.swift index ddeb667e4..3e939f117 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder+DefaultReducer.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder+DefaultReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Action.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Action.swift index 12b731b22..c8fd38899 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Action.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Action.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Logger.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Logger.swift index 490836a0a..138f0caf8 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Logger.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Logger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Namespace.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Namespace.swift index 83806bf95..5c176bd44 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Namespace.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+Namespace.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+State.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+State.swift index 0756317c0..2884c91fb 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+State.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder+State.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.swift index 140bf4e8c..ec9c07fd2 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/AudioSessionConfiguration.swift b/Sources/StreamVideo/Utils/AudioSession/AudioSessionConfiguration.swift index dfb279022..182e393d6 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioSessionConfiguration.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioSessionConfiguration.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/CallAudioSession.swift b/Sources/StreamVideo/Utils/AudioSession/CallAudioSession.swift index 5bf9db5c9..3003fb5ff 100644 --- a/Sources/StreamVideo/Utils/AudioSession/CallAudioSession.swift +++ b/Sources/StreamVideo/Utils/AudioSession/CallAudioSession.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.CategoryOptions+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.CategoryOptions+Convenience.swift index c6afe56e1..3a7fea318 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.CategoryOptions+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.CategoryOptions+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.RouteChangeReason+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.RouteChangeReason+Convenience.swift index 67a4404b6..169870932 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.RouteChangeReason+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession.RouteChangeReason+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategory+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategory+Convenience.swift index 55b0b6f06..56e0a5de3 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategory+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategory+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions+Convenience.swift index 5ea33caf7..e4d6ec65c 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionMode+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionMode+Convenience.swift index 2bd39992f..dd4526b84 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionMode+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionMode+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortOverride+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortOverride+Convenience.swift index 79afe073d..f278f05db 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortOverride+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortOverride+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteChangeReason+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteChangeReason+Convenience.swift index 8b9466b17..878d4449a 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteChangeReason+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteChangeReason+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.swift index 168bc8bfb..5a406efeb 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Policies/AudioSessionPolicy.swift b/Sources/StreamVideo/Utils/AudioSession/Policies/AudioSessionPolicy.swift index 6ed8a7a1b..a49a84b25 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Policies/AudioSessionPolicy.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Policies/AudioSessionPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Policies/DefaultAudioSessionPolicy.swift b/Sources/StreamVideo/Utils/AudioSession/Policies/DefaultAudioSessionPolicy.swift index 80dea145a..11034a103 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Policies/DefaultAudioSessionPolicy.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Policies/DefaultAudioSessionPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Policies/LivestreamAudioSessionPolicy.swift b/Sources/StreamVideo/Utils/AudioSession/Policies/LivestreamAudioSessionPolicy.swift index 007c21ac2..dc437111a 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Policies/LivestreamAudioSessionPolicy.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Policies/LivestreamAudioSessionPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicy.swift b/Sources/StreamVideo/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicy.swift index 64e7fa1bd..c7e883994 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicy.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/Protocols/AVAudioSessionProtocol.swift b/Sources/StreamVideo/Utils/AudioSession/Protocols/AVAudioSessionProtocol.swift index 14aff5284..be4daadb5 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Protocols/AVAudioSessionProtocol.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Protocols/AVAudioSessionProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver.swift index 9ebb70625..1f6b8a59a 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/AudioSessionProtocol.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/AudioSessionProtocol.swift index b6cb0435e..9d38d7837 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/AudioSessionProtocol.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/AudioSessionProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/RTCAudioSession+AudioSessionProtocol.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/RTCAudioSession+AudioSessionProtocol.swift index 1c6a31b84..b97ba71e7 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/RTCAudioSession+AudioSessionProtocol.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/AudioSessions/RTCAudioSession+AudioSessionProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher.swift index 196f8c18a..1ba84d5e8 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionConfigurationValidator.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionConfigurationValidator.swift index 7761cd382..2e0a3a4ab 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionConfigurationValidator.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionConfigurationValidator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionEffect.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionEffect.swift index 42af665a9..e8113a9f6 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionEffect.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore+AVAudioSessionEffect.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+InterruptionsEffect.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+InterruptionsEffect.swift index 0b1db6b93..662affc81 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+InterruptionsEffect.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+InterruptionsEffect.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+RouteChangeEffect.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+RouteChangeEffect.swift index 22cf6e109..b91acf00c 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+RouteChangeEffect.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+RouteChangeEffect.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+StereoPlayoutEffect.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+StereoPlayoutEffect.swift index a6a720ca0..840b7ac6f 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+StereoPlayoutEffect.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore+StereoPlayoutEffect.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore+AudioDeviceModuleMiddleware.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore+AudioDeviceModuleMiddleware.swift index e3e06d30b..77b36a287 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore+AudioDeviceModuleMiddleware.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore+AudioDeviceModuleMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Action.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Action.swift index 80097e0ca..8535acef7 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Action.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Action.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Coordinator.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Coordinator.swift index 55e31d5db..e5b98ee70 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Coordinator.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Coordinator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Namespace.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Namespace.swift index 103e289c1..f647d33a8 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Namespace.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+Namespace.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+State.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+State.swift index b156a7e94..49a0aabe0 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+State.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore+State.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+AVAudioSessionReducer.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+AVAudioSessionReducer.swift index 09fc0ecbf..bbc8efc4c 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+AVAudioSessionReducer.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+AVAudioSessionReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+CallKitReducer.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+CallKitReducer.swift index 0971d972f..266546e94 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+CallKitReducer.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+CallKitReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+DefaultReducer.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+DefaultReducer.swift index 8e05fc4c5..fedc87b22 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+DefaultReducer.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+DefaultReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+WebRTCAudioSessionReducer.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+WebRTCAudioSessionReducer.swift index 2d976f0d2..37fa38a7a 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+WebRTCAudioSessionReducer.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore+WebRTCAudioSessionReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/RTCAudioStore.swift b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/RTCAudioStore.swift index 1e3e32ab4..afeb4b0db 100644 --- a/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/RTCAudioStore.swift +++ b/Sources/StreamVideo/Utils/AudioSession/RTCAudioStore/RTCAudioStore.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.swift b/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.swift index ed62582b0..830961625 100644 --- a/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.swift +++ b/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Battery/BatteryStore.swift b/Sources/StreamVideo/Utils/Battery/BatteryStore.swift index dc59aac65..7021b2567 100644 --- a/Sources/StreamVideo/Utils/Battery/BatteryStore.swift +++ b/Sources/StreamVideo/Utils/Battery/BatteryStore.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Action.swift b/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Action.swift index b4086707b..7db2563fe 100644 --- a/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Action.swift +++ b/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Action.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Namespace.swift b/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Namespace.swift index c69a72542..5184840af 100644 --- a/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Namespace.swift +++ b/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+Namespace.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+State.swift b/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+State.swift index 65efdd740..78ed27343 100644 --- a/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+State.swift +++ b/Sources/StreamVideo/Utils/Battery/Namespace/BatteryStore+State.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Battery/Namespace/Middleware/BatteryStore+ObservationMiddleware.swift b/Sources/StreamVideo/Utils/Battery/Namespace/Middleware/BatteryStore+ObservationMiddleware.swift index 37f43c9a2..b92270faf 100644 --- a/Sources/StreamVideo/Utils/Battery/Namespace/Middleware/BatteryStore+ObservationMiddleware.swift +++ b/Sources/StreamVideo/Utils/Battery/Namespace/Middleware/BatteryStore+ObservationMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Battery/Namespace/Reducers/BatteryStore+DefaultReducer.swift b/Sources/StreamVideo/Utils/Battery/Namespace/Reducers/BatteryStore+DefaultReducer.swift index d7d9f0d81..a0e3de156 100644 --- a/Sources/StreamVideo/Utils/Battery/Namespace/Reducers/BatteryStore+DefaultReducer.swift +++ b/Sources/StreamVideo/Utils/Battery/Namespace/Reducers/BatteryStore+DefaultReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/BundleExtensions.swift b/Sources/StreamVideo/Utils/BundleExtensions.swift index b7d354aae..48f78894e 100644 --- a/Sources/StreamVideo/Utils/BundleExtensions.swift +++ b/Sources/StreamVideo/Utils/BundleExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Call+Identifiable.swift b/Sources/StreamVideo/Utils/Call+Identifiable.swift index cef9250f3..9dbced7a9 100644 --- a/Sources/StreamVideo/Utils/Call+Identifiable.swift +++ b/Sources/StreamVideo/Utils/Call+Identifiable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/CallCache/CallCache.swift b/Sources/StreamVideo/Utils/CallCache/CallCache.swift index 46d51044b..1b557a3aa 100644 --- a/Sources/StreamVideo/Utils/CallCache/CallCache.swift +++ b/Sources/StreamVideo/Utils/CallCache/CallCache.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/ClosedCaptionsAdapter/ClosedCaptionsAdapter.swift b/Sources/StreamVideo/Utils/ClosedCaptionsAdapter/ClosedCaptionsAdapter.swift index 0ff57b8c7..1819ad8d3 100644 --- a/Sources/StreamVideo/Utils/ClosedCaptionsAdapter/ClosedCaptionsAdapter.swift +++ b/Sources/StreamVideo/Utils/ClosedCaptionsAdapter/ClosedCaptionsAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/CollectionDelayedUpdateObserver.swift b/Sources/StreamVideo/Utils/CollectionDelayedUpdateObserver.swift index f88323564..3544e2ad0 100644 --- a/Sources/StreamVideo/Utils/CollectionDelayedUpdateObserver.swift +++ b/Sources/StreamVideo/Utils/CollectionDelayedUpdateObserver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucket.swift b/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucket.swift index 0ea77e9a2..784ab40b2 100644 --- a/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucket.swift +++ b/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucket.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucketItemTransformer.swift b/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucketItemTransformer.swift index 62f907275..be957297d 100644 --- a/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucketItemTransformer.swift +++ b/Sources/StreamVideo/Utils/ConsumableBucket/ConsumableBucketItemTransformer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/CurrentDevice/CurrentDevice.swift b/Sources/StreamVideo/Utils/CurrentDevice/CurrentDevice.swift index e860edb8b..bc3114334 100644 --- a/Sources/StreamVideo/Utils/CurrentDevice/CurrentDevice.swift +++ b/Sources/StreamVideo/Utils/CurrentDevice/CurrentDevice.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // swiftlint:disable discourage_task_init diff --git a/Sources/StreamVideo/Utils/CustomStringInterpolation/String.StringInterpolation+Nil.swift b/Sources/StreamVideo/Utils/CustomStringInterpolation/String.StringInterpolation+Nil.swift index 3f64e9612..b846af1e7 100644 --- a/Sources/StreamVideo/Utils/CustomStringInterpolation/String.StringInterpolation+Nil.swift +++ b/Sources/StreamVideo/Utils/CustomStringInterpolation/String.StringInterpolation+Nil.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Data+Gzip.swift b/Sources/StreamVideo/Utils/Data+Gzip.swift index 9674a22ee..8cfb77425 100644 --- a/Sources/StreamVideo/Utils/Data+Gzip.swift +++ b/Sources/StreamVideo/Utils/Data+Gzip.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // /* diff --git a/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift b/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift index a9e95e985..f305e5584 100644 --- a/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift +++ b/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // swiftlint:disable discourage_task_init diff --git a/Sources/StreamVideo/Utils/DisposableBag/DisposableBag.swift b/Sources/StreamVideo/Utils/DisposableBag/DisposableBag.swift index 14dc85046..2ed42a44b 100644 --- a/Sources/StreamVideo/Utils/DisposableBag/DisposableBag.swift +++ b/Sources/StreamVideo/Utils/DisposableBag/DisposableBag.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // swiftlint:disable discourage_task_init diff --git a/Sources/StreamVideo/Utils/EndpointConfig.swift b/Sources/StreamVideo/Utils/EndpointConfig.swift index 3bea5ba50..6a5a367b5 100644 --- a/Sources/StreamVideo/Utils/EndpointConfig.swift +++ b/Sources/StreamVideo/Utils/EndpointConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Extensions/Combine/Publisher+AsyncStream.swift b/Sources/StreamVideo/Utils/Extensions/Combine/Publisher+AsyncStream.swift index 600c17ccf..8f9b43b5a 100644 --- a/Sources/StreamVideo/Utils/Extensions/Combine/Publisher+AsyncStream.swift +++ b/Sources/StreamVideo/Utils/Extensions/Combine/Publisher+AsyncStream.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Extensions/Concurrency/Task+DisposableBag.swift b/Sources/StreamVideo/Utils/Extensions/Concurrency/Task+DisposableBag.swift index 71f6477f1..afb535a76 100644 --- a/Sources/StreamVideo/Utils/Extensions/Concurrency/Task+DisposableBag.swift +++ b/Sources/StreamVideo/Utils/Extensions/Concurrency/Task+DisposableBag.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // swiftlint:disable discourage_task_init diff --git a/Sources/StreamVideo/Utils/Extensions/Foundation/Date+millisecondsSince1970.swift b/Sources/StreamVideo/Utils/Extensions/Foundation/Date+millisecondsSince1970.swift index a707948e4..41d71245a 100644 --- a/Sources/StreamVideo/Utils/Extensions/Foundation/Date+millisecondsSince1970.swift +++ b/Sources/StreamVideo/Utils/Extensions/Foundation/Date+millisecondsSince1970.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Extensions/Foundation/Sequence+AsyncReduce.swift b/Sources/StreamVideo/Utils/Extensions/Foundation/Sequence+AsyncReduce.swift index 40f7d777e..b7f1aa5b0 100644 --- a/Sources/StreamVideo/Utils/Extensions/Foundation/Sequence+AsyncReduce.swift +++ b/Sources/StreamVideo/Utils/Extensions/Foundation/Sequence+AsyncReduce.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/IdleTimerAdapter/IdleTimerAdapter.swift b/Sources/StreamVideo/Utils/IdleTimerAdapter/IdleTimerAdapter.swift index c2f03d72b..db7dc9bff 100644 --- a/Sources/StreamVideo/Utils/IdleTimerAdapter/IdleTimerAdapter.swift +++ b/Sources/StreamVideo/Utils/IdleTimerAdapter/IdleTimerAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // swiftlint:disable discourage_task_init diff --git a/Sources/StreamVideo/Utils/IntExtensions.swift b/Sources/StreamVideo/Utils/IntExtensions.swift index 3c103b234..0a8dc2403 100644 --- a/Sources/StreamVideo/Utils/IntExtensions.swift +++ b/Sources/StreamVideo/Utils/IntExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.swift b/Sources/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.swift index 944a4926b..625398017 100644 --- a/Sources/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.swift +++ b/Sources/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/LocationFetcher.swift b/Sources/StreamVideo/Utils/LocationFetcher.swift index d43194bcd..08f2e2104 100644 --- a/Sources/StreamVideo/Utils/LocationFetcher.swift +++ b/Sources/StreamVideo/Utils/LocationFetcher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Array+Logger.swift b/Sources/StreamVideo/Utils/Logger/Array+Logger.swift index ab8950f1a..380f0f6eb 100644 --- a/Sources/StreamVideo/Utils/Logger/Array+Logger.swift +++ b/Sources/StreamVideo/Utils/Logger/Array+Logger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Destination/BaseLogDestination.swift b/Sources/StreamVideo/Utils/Logger/Destination/BaseLogDestination.swift index 9f6eeb732..26a6b64b2 100644 --- a/Sources/StreamVideo/Utils/Logger/Destination/BaseLogDestination.swift +++ b/Sources/StreamVideo/Utils/Logger/Destination/BaseLogDestination.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.swift b/Sources/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.swift index d086db2a2..289ac9ccb 100644 --- a/Sources/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.swift +++ b/Sources/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Destination/LogDestination.swift b/Sources/StreamVideo/Utils/Logger/Destination/LogDestination.swift index 81b8274f0..3624edb54 100644 --- a/Sources/StreamVideo/Utils/Logger/Destination/LogDestination.swift +++ b/Sources/StreamVideo/Utils/Logger/Destination/LogDestination.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Formatter/LogFormatter.swift b/Sources/StreamVideo/Utils/Logger/Formatter/LogFormatter.swift index da6fba3e6..814644a73 100644 --- a/Sources/StreamVideo/Utils/Logger/Formatter/LogFormatter.swift +++ b/Sources/StreamVideo/Utils/Logger/Formatter/LogFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.swift b/Sources/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.swift index 2f8b95133..faa71baeb 100644 --- a/Sources/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.swift +++ b/Sources/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Logger+ThrowingExecution.swift b/Sources/StreamVideo/Utils/Logger/Logger+ThrowingExecution.swift index 54e4377c6..410c0ed23 100644 --- a/Sources/StreamVideo/Utils/Logger/Logger+ThrowingExecution.swift +++ b/Sources/StreamVideo/Utils/Logger/Logger+ThrowingExecution.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Logger+WebRTC.swift b/Sources/StreamVideo/Utils/Logger/Logger+WebRTC.swift index 674752353..71c0cee84 100644 --- a/Sources/StreamVideo/Utils/Logger/Logger+WebRTC.swift +++ b/Sources/StreamVideo/Utils/Logger/Logger+WebRTC.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Logger.swift b/Sources/StreamVideo/Utils/Logger/Logger.swift index 60832558b..28ee4f9d9 100644 --- a/Sources/StreamVideo/Utils/Logger/Logger.swift +++ b/Sources/StreamVideo/Utils/Logger/Logger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Logger/Publisher+Logger.swift b/Sources/StreamVideo/Utils/Logger/Publisher+Logger.swift index a54207bcf..39cdc59ef 100644 --- a/Sources/StreamVideo/Utils/Logger/Publisher+Logger.swift +++ b/Sources/StreamVideo/Utils/Logger/Publisher+Logger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Logger/Signposting.swift b/Sources/StreamVideo/Utils/Logger/Signposting.swift index 6d5355ee5..f0d24369c 100644 --- a/Sources/StreamVideo/Utils/Logger/Signposting.swift +++ b/Sources/StreamVideo/Utils/Logger/Signposting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/OrderedCapacityQueue/OrderedCapacityQueue.swift b/Sources/StreamVideo/Utils/OrderedCapacityQueue/OrderedCapacityQueue.swift index 52e35b276..1fc097894 100644 --- a/Sources/StreamVideo/Utils/OrderedCapacityQueue/OrderedCapacityQueue.swift +++ b/Sources/StreamVideo/Utils/OrderedCapacityQueue/OrderedCapacityQueue.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.swift b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.swift index 58e14bb3c..4b03b709c 100644 --- a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.swift +++ b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.swift b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.swift index c51435842..ee437f408 100644 --- a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.swift +++ b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.swift b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.swift index 450c43ef9..68e8dd25a 100644 --- a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.swift +++ b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/CameraPermissionProvider.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/CameraPermissionProvider.swift index ab8b90393..46797a32e 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/CameraPermissionProvider.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/CameraPermissionProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/MicrophonePermissionProvider.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/MicrophonePermissionProvider.swift index b809ee492..b2d7b5b33 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/MicrophonePermissionProvider.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/MicrophonePermissionProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/PushNotificationsPermissionProvider.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/PushNotificationsPermissionProvider.swift index 14fcec6be..49e8d09a7 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/PushNotificationsPermissionProvider.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Components/PushNotificationsPermissionProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+CameraMiddleware.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+CameraMiddleware.swift index cd976ee64..7731481ea 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+CameraMiddleware.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+CameraMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+MicrophoneMiddleware.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+MicrophoneMiddleware.swift index 2dd35f781..8879060ff 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+MicrophoneMiddleware.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+MicrophoneMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+PushNotificationsMiddleware.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+PushNotificationsMiddleware.swift index d9a603213..5ff04aa7f 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+PushNotificationsMiddleware.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Middleware/PermissionStore+PushNotificationsMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Action.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Action.swift index bce04f774..1626c42a4 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Action.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Action.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Namespace.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Namespace.swift index fe4f142b1..741e656d3 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Namespace.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+Namespace.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+State.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+State.swift index 3eab5e2ea..f2a8be3d3 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+State.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/PermissionStore+State.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Reducers/PermissionStore+DefaultReducer.swift b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Reducers/PermissionStore+DefaultReducer.swift index 9e8739f44..b87de8dff 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Reducers/PermissionStore+DefaultReducer.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/Namespace/Reducers/PermissionStore+DefaultReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/PermissionsStore/PermissionsStore.swift b/Sources/StreamVideo/Utils/PermissionsStore/PermissionsStore.swift index 4ff6ec4d4..e2eeee755 100644 --- a/Sources/StreamVideo/Utils/PermissionsStore/PermissionsStore.swift +++ b/Sources/StreamVideo/Utils/PermissionsStore/PermissionsStore.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Proximity/Monitor/ProximityMonitor.swift b/Sources/StreamVideo/Utils/Proximity/Monitor/ProximityMonitor.swift index a6ec3f1e6..0417e90fe 100644 --- a/Sources/StreamVideo/Utils/Proximity/Monitor/ProximityMonitor.swift +++ b/Sources/StreamVideo/Utils/Proximity/Monitor/ProximityMonitor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // #if canImport(UIKit) diff --git a/Sources/StreamVideo/Utils/Proximity/Policies/ProximityPolicy.swift b/Sources/StreamVideo/Utils/Proximity/Policies/ProximityPolicy.swift index e66415697..72860cbac 100644 --- a/Sources/StreamVideo/Utils/Proximity/Policies/ProximityPolicy.swift +++ b/Sources/StreamVideo/Utils/Proximity/Policies/ProximityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Proximity/Policies/SpeakerProximityPolicy.swift b/Sources/StreamVideo/Utils/Proximity/Policies/SpeakerProximityPolicy.swift index 69b8af661..b83ede6f1 100644 --- a/Sources/StreamVideo/Utils/Proximity/Policies/SpeakerProximityPolicy.swift +++ b/Sources/StreamVideo/Utils/Proximity/Policies/SpeakerProximityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/Proximity/Policies/VideoProximityPolicy.swift b/Sources/StreamVideo/Utils/Proximity/Policies/VideoProximityPolicy.swift index 32feab25c..26ae8e11f 100644 --- a/Sources/StreamVideo/Utils/Proximity/Policies/VideoProximityPolicy.swift +++ b/Sources/StreamVideo/Utils/Proximity/Policies/VideoProximityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/Publisher+WeakAssign.swift b/Sources/StreamVideo/Utils/Publisher+WeakAssign.swift index 75bc6186f..201f9b8cd 100644 --- a/Sources/StreamVideo/Utils/Publisher+WeakAssign.swift +++ b/Sources/StreamVideo/Utils/Publisher+WeakAssign.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Queues/LockQueuing.swift b/Sources/StreamVideo/Utils/Queues/LockQueuing.swift index 9f719d09e..651e8c903 100644 --- a/Sources/StreamVideo/Utils/Queues/LockQueuing.swift +++ b/Sources/StreamVideo/Utils/Queues/LockQueuing.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Queues/RecursiveQueue.swift b/Sources/StreamVideo/Utils/Queues/RecursiveQueue.swift index d3ec65cf8..04d509134 100644 --- a/Sources/StreamVideo/Utils/Queues/RecursiveQueue.swift +++ b/Sources/StreamVideo/Utils/Queues/RecursiveQueue.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Queues/UnfairQueue.swift b/Sources/StreamVideo/Utils/Queues/UnfairQueue.swift index 6f54ba7d2..a0b69306c 100644 --- a/Sources/StreamVideo/Utils/Queues/UnfairQueue.swift +++ b/Sources/StreamVideo/Utils/Queues/UnfairQueue.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/RawJSON.swift b/Sources/StreamVideo/Utils/RawJSON.swift index 852b64c09..09e3a7134 100644 --- a/Sources/StreamVideo/Utils/RawJSON.swift +++ b/Sources/StreamVideo/Utils/RawJSON.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/ReflectiveStringConvertible/ReflectiveStringConvertible.swift b/Sources/StreamVideo/Utils/ReflectiveStringConvertible/ReflectiveStringConvertible.swift index 72c88d43a..a5231982b 100644 --- a/Sources/StreamVideo/Utils/ReflectiveStringConvertible/ReflectiveStringConvertible.swift +++ b/Sources/StreamVideo/Utils/ReflectiveStringConvertible/ReflectiveStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.swift b/Sources/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.swift index 84c2af771..b19fa5ab9 100644 --- a/Sources/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.swift +++ b/Sources/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/RetriableTask.swift b/Sources/StreamVideo/Utils/RetriableTask.swift index fe593dfce..eb442d0f9 100644 --- a/Sources/StreamVideo/Utils/RetriableTask.swift +++ b/Sources/StreamVideo/Utils/RetriableTask.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.swift b/Sources/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.swift index 07f9ba30d..853e8338b 100644 --- a/Sources/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.swift +++ b/Sources/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // swiftlint:disable discourage_task_init diff --git a/Sources/StreamVideo/Utils/SelectiveEncodable/Protobuf+SelectiveEncodable.swift b/Sources/StreamVideo/Utils/SelectiveEncodable/Protobuf+SelectiveEncodable.swift index c9422bd45..9f5188507 100644 --- a/Sources/StreamVideo/Utils/SelectiveEncodable/Protobuf+SelectiveEncodable.swift +++ b/Sources/StreamVideo/Utils/SelectiveEncodable/Protobuf+SelectiveEncodable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/SelectiveEncodable/SelectiveEncodable.swift b/Sources/StreamVideo/Utils/SelectiveEncodable/SelectiveEncodable.swift index a18fc2020..e287fafab 100644 --- a/Sources/StreamVideo/Utils/SelectiveEncodable/SelectiveEncodable.swift +++ b/Sources/StreamVideo/Utils/SelectiveEncodable/SelectiveEncodable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // /// This file defines the `SelectiveEncodable` protocol and its default diff --git a/Sources/StreamVideo/Utils/SerialActorQueue/DispatchQueueExecutor.swift b/Sources/StreamVideo/Utils/SerialActorQueue/DispatchQueueExecutor.swift index b8eb8d2d0..cf75243fc 100644 --- a/Sources/StreamVideo/Utils/SerialActorQueue/DispatchQueueExecutor.swift +++ b/Sources/StreamVideo/Utils/SerialActorQueue/DispatchQueueExecutor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/SerialActorQueue/OperationQueue+TaskOperations.swift b/Sources/StreamVideo/Utils/SerialActorQueue/OperationQueue+TaskOperations.swift index 8490f8ab3..006c50105 100644 --- a/Sources/StreamVideo/Utils/SerialActorQueue/OperationQueue+TaskOperations.swift +++ b/Sources/StreamVideo/Utils/SerialActorQueue/OperationQueue+TaskOperations.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Sorting/Comparator.swift b/Sources/StreamVideo/Utils/Sorting/Comparator.swift index c822a7ee7..c665d69b7 100644 --- a/Sources/StreamVideo/Utils/Sorting/Comparator.swift +++ b/Sources/StreamVideo/Utils/Sorting/Comparator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Sorting/Participants.swift b/Sources/StreamVideo/Utils/Sorting/Participants.swift index b66b6cab9..1cef57409 100644 --- a/Sources/StreamVideo/Utils/Sorting/Participants.swift +++ b/Sources/StreamVideo/Utils/Sorting/Participants.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Sorting/Presets.swift b/Sources/StreamVideo/Utils/Sorting/Presets.swift index bd3f19056..94a72c51b 100644 --- a/Sources/StreamVideo/Utils/Sorting/Presets.swift +++ b/Sources/StreamVideo/Utils/Sorting/Presets.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Sorting/Sequence.swift b/Sources/StreamVideo/Utils/Sorting/Sequence.swift index 23d2095d1..5933cbac1 100644 --- a/Sources/StreamVideo/Utils/Sorting/Sequence.swift +++ b/Sources/StreamVideo/Utils/Sorting/Sequence.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/StateMachine/StreamStateMachine.swift b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachine.swift index e85ff486c..6287b799c 100644 --- a/Sources/StreamVideo/Utils/StateMachine/StreamStateMachine.swift +++ b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/StateMachine/StreamStateMachineStage.swift b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachineStage.swift index 2388a586d..107bc493d 100644 --- a/Sources/StreamVideo/Utils/StateMachine/StreamStateMachineStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachineStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/Middleware.swift b/Sources/StreamVideo/Utils/Store/Middleware.swift index 6e0d32275..a6b77ff3c 100644 --- a/Sources/StreamVideo/Utils/Store/Middleware.swift +++ b/Sources/StreamVideo/Utils/Store/Middleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // /// Base class for store middleware that intercepts actions for side effects. diff --git a/Sources/StreamVideo/Utils/Store/Reducer.swift b/Sources/StreamVideo/Utils/Store/Reducer.swift index 8fa662e0b..9b353ab00 100644 --- a/Sources/StreamVideo/Utils/Store/Reducer.swift +++ b/Sources/StreamVideo/Utils/Store/Reducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/Store+Dispatcher.swift b/Sources/StreamVideo/Utils/Store/Store+Dispatcher.swift index c674c43fc..e8ad58607 100644 --- a/Sources/StreamVideo/Utils/Store/Store+Dispatcher.swift +++ b/Sources/StreamVideo/Utils/Store/Store+Dispatcher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/Store.swift b/Sources/StreamVideo/Utils/Store/Store.swift index db8f0878d..a37f1cc9e 100644 --- a/Sources/StreamVideo/Utils/Store/Store.swift +++ b/Sources/StreamVideo/Utils/Store/Store.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Store/StoreActionBox.swift b/Sources/StreamVideo/Utils/Store/StoreActionBox.swift index b99637a2e..4c7cc9c17 100644 --- a/Sources/StreamVideo/Utils/Store/StoreActionBox.swift +++ b/Sources/StreamVideo/Utils/Store/StoreActionBox.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/StoreCoordinator.swift b/Sources/StreamVideo/Utils/Store/StoreCoordinator.swift index 29f2e5198..b2819ecc2 100644 --- a/Sources/StreamVideo/Utils/Store/StoreCoordinator.swift +++ b/Sources/StreamVideo/Utils/Store/StoreCoordinator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/StoreDelay.swift b/Sources/StreamVideo/Utils/Store/StoreDelay.swift index da6609d7e..b895963e9 100644 --- a/Sources/StreamVideo/Utils/Store/StoreDelay.swift +++ b/Sources/StreamVideo/Utils/Store/StoreDelay.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/StoreEffect.swift b/Sources/StreamVideo/Utils/Store/StoreEffect.swift index 636db57af..23c6cf171 100644 --- a/Sources/StreamVideo/Utils/Store/StoreEffect.swift +++ b/Sources/StreamVideo/Utils/Store/StoreEffect.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Store/StoreExecutor.swift b/Sources/StreamVideo/Utils/Store/StoreExecutor.swift index cf63583f5..d661d8771 100644 --- a/Sources/StreamVideo/Utils/Store/StoreExecutor.swift +++ b/Sources/StreamVideo/Utils/Store/StoreExecutor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Store/StoreLogger.swift b/Sources/StreamVideo/Utils/Store/StoreLogger.swift index 87b31feaf..0e3782941 100644 --- a/Sources/StreamVideo/Utils/Store/StoreLogger.swift +++ b/Sources/StreamVideo/Utils/Store/StoreLogger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/StoreNamespace.swift b/Sources/StreamVideo/Utils/Store/StoreNamespace.swift index c9813eb9b..b9696599c 100644 --- a/Sources/StreamVideo/Utils/Store/StoreNamespace.swift +++ b/Sources/StreamVideo/Utils/Store/StoreNamespace.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Store/StoreStatistics.swift b/Sources/StreamVideo/Utils/Store/StoreStatistics.swift index 76e83a511..9d6f050a5 100644 --- a/Sources/StreamVideo/Utils/Store/StoreStatistics.swift +++ b/Sources/StreamVideo/Utils/Store/StoreStatistics.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Store/StoreTask.swift b/Sources/StreamVideo/Utils/Store/StoreTask.swift index 658274bef..d1fc1bf1d 100644 --- a/Sources/StreamVideo/Utils/Store/StoreTask.swift +++ b/Sources/StreamVideo/Utils/Store/StoreTask.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/StreamAppStateAdapter/StreamAppStateAdapter.swift b/Sources/StreamVideo/Utils/StreamAppStateAdapter/StreamAppStateAdapter.swift index c0ed22288..2a2340f32 100644 --- a/Sources/StreamVideo/Utils/StreamAppStateAdapter/StreamAppStateAdapter.swift +++ b/Sources/StreamVideo/Utils/StreamAppStateAdapter/StreamAppStateAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/StreamRuntimeCheck.swift b/Sources/StreamVideo/Utils/StreamRuntimeCheck.swift index 40afd6c57..e0608be06 100644 --- a/Sources/StreamVideo/Utils/StreamRuntimeCheck.swift +++ b/Sources/StreamVideo/Utils/StreamRuntimeCheck.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Swift6Migration/CGSize+Hashable.swift b/Sources/StreamVideo/Utils/Swift6Migration/CGSize+Hashable.swift index 8fad6bd83..3c691f89f 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/CGSize+Hashable.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/CGSize+Hashable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/Sources/StreamVideo/Utils/Swift6Migration/CustomStringConvertible+Retroactive.swift b/Sources/StreamVideo/Utils/Swift6Migration/CustomStringConvertible+Retroactive.swift index c25d72fd7..ab5832c6f 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/CustomStringConvertible+Retroactive.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/CustomStringConvertible+Retroactive.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/Swift6Migration/Encodable+Retroactive.swift b/Sources/StreamVideo/Utils/Swift6Migration/Encodable+Retroactive.swift index 8017746f0..bcbf450c3 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/Encodable+Retroactive.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/Encodable+Retroactive.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Swift6Migration/RawJSON+Double.swift b/Sources/StreamVideo/Utils/Swift6Migration/RawJSON+Double.swift index eba6c993b..450854355 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/RawJSON+Double.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/RawJSON+Double.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Swift6Migration/Sendable+Extensions.swift b/Sources/StreamVideo/Utils/Swift6Migration/Sendable+Extensions.swift index 7592ee4f0..3e733a88b 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/Sendable+Extensions.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/Sendable+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/Utils/Swift6Migration/String+OpenApiExtensions.swift b/Sources/StreamVideo/Utils/Swift6Migration/String+OpenApiExtensions.swift index 273b8e0a2..e99f8cf79 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/String+OpenApiExtensions.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/String+OpenApiExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Swift6Migration/String+Validating.swift b/Sources/StreamVideo/Utils/Swift6Migration/String+Validating.swift index 412d763d6..772dbbda1 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/String+Validating.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/String+Validating.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Swift6Migration/ThermalState+Comparable.swift b/Sources/StreamVideo/Utils/Swift6Migration/ThermalState+Comparable.swift index 364d18cb4..fbf5219d3 100644 --- a/Sources/StreamVideo/Utils/Swift6Migration/ThermalState+Comparable.swift +++ b/Sources/StreamVideo/Utils/Swift6Migration/ThermalState+Comparable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/SystemEnvironment+XStreamClient.swift b/Sources/StreamVideo/Utils/SystemEnvironment+XStreamClient.swift index 94fd24fd9..bbf2af3de 100644 --- a/Sources/StreamVideo/Utils/SystemEnvironment+XStreamClient.swift +++ b/Sources/StreamVideo/Utils/SystemEnvironment+XStreamClient.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/SystemEnvironment.swift b/Sources/StreamVideo/Utils/SystemEnvironment.swift index e4e07b765..c2a99fd1a 100644 --- a/Sources/StreamVideo/Utils/SystemEnvironment.swift +++ b/Sources/StreamVideo/Utils/SystemEnvironment.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/ThermalStateObserver.swift b/Sources/StreamVideo/Utils/ThermalStateObserver.swift index cd3efa4fe..d3ec22f19 100644 --- a/Sources/StreamVideo/Utils/ThermalStateObserver.swift +++ b/Sources/StreamVideo/Utils/ThermalStateObserver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Timers/DefaultTimer.swift b/Sources/StreamVideo/Utils/Timers/DefaultTimer.swift index cd69c372f..4a180edb5 100644 --- a/Sources/StreamVideo/Utils/Timers/DefaultTimer.swift +++ b/Sources/StreamVideo/Utils/Timers/DefaultTimer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Timers/Extensions/DispatchWorkItem+TimerControl.swift b/Sources/StreamVideo/Utils/Timers/Extensions/DispatchWorkItem+TimerControl.swift index e8dbb8175..11ed421aa 100644 --- a/Sources/StreamVideo/Utils/Timers/Extensions/DispatchWorkItem+TimerControl.swift +++ b/Sources/StreamVideo/Utils/Timers/Extensions/DispatchWorkItem+TimerControl.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Timers/Protocol/Timer.swift b/Sources/StreamVideo/Utils/Timers/Protocol/Timer.swift index eb115d034..e071c7045 100644 --- a/Sources/StreamVideo/Utils/Timers/Protocol/Timer.swift +++ b/Sources/StreamVideo/Utils/Timers/Protocol/Timer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/Timers/Protocol/TimerControl.swift b/Sources/StreamVideo/Utils/Timers/Protocol/TimerControl.swift index 1e5514c1d..d6951e3b6 100644 --- a/Sources/StreamVideo/Utils/Timers/Protocol/TimerControl.swift +++ b/Sources/StreamVideo/Utils/Timers/Protocol/TimerControl.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimer.swift b/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimer.swift index 9eccd0b97..d57ce73d2 100644 --- a/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimer.swift +++ b/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimerControl.swift b/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimerControl.swift index 8173e869c..6c8bd72cd 100644 --- a/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimerControl.swift +++ b/Sources/StreamVideo/Utils/Timers/Repeating/RepeatingTimerControl.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Timers/TimerPublisher/TimerPublisher.swift b/Sources/StreamVideo/Utils/Timers/TimerPublisher/TimerPublisher.swift index e9f98e17d..c02ba8166 100644 --- a/Sources/StreamVideo/Utils/Timers/TimerPublisher/TimerPublisher.swift +++ b/Sources/StreamVideo/Utils/Timers/TimerPublisher/TimerPublisher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift b/Sources/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift index 4803481cb..00a389892 100644 --- a/Sources/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift +++ b/Sources/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // #if canImport(UIKit) diff --git a/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.swift b/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.swift index 0dd1f9f10..bb1c17e74 100644 --- a/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.swift +++ b/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Unwrap/Unwrap.swift b/Sources/StreamVideo/Utils/Unwrap/Unwrap.swift index 1ce0fde53..503f23b56 100644 --- a/Sources/StreamVideo/Utils/Unwrap/Unwrap.swift +++ b/Sources/StreamVideo/Utils/Unwrap/Unwrap.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/Utils/Utils.swift b/Sources/StreamVideo/Utils/Utils.swift index 04d7d1cf4..70d6fec60 100644 --- a/Sources/StreamVideo/Utils/Utils.swift +++ b/Sources/StreamVideo/Utils/Utils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/VideoConfig.swift b/Sources/StreamVideo/VideoConfig.swift index 634401345..4b15f5e98 100644 --- a/Sources/StreamVideo/VideoConfig.swift +++ b/Sources/StreamVideo/VideoConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/AudioFilter/AudioFilter.swift b/Sources/StreamVideo/WebRTC/AudioFilter/AudioFilter.swift index 864100031..a577d4ceb 100644 --- a/Sources/StreamVideo/WebRTC/AudioFilter/AudioFilter.swift +++ b/Sources/StreamVideo/WebRTC/AudioFilter/AudioFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.swift b/Sources/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.swift index cc52c8859..78ef93d89 100644 --- a/Sources/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.swift +++ b/Sources/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/DefaultRTCMediaConstraints.swift b/Sources/StreamVideo/WebRTC/DefaultRTCMediaConstraints.swift index ef801bd08..1601f1344 100644 --- a/Sources/StreamVideo/WebRTC/DefaultRTCMediaConstraints.swift +++ b/Sources/StreamVideo/WebRTC/DefaultRTCMediaConstraints.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/PeerConnectionFactory.swift b/Sources/StreamVideo/WebRTC/PeerConnectionFactory.swift index 5305f545c..5457a2f33 100644 --- a/Sources/StreamVideo/WebRTC/PeerConnectionFactory.swift +++ b/Sources/StreamVideo/WebRTC/PeerConnectionFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/RTCConfiguration+Default.swift b/Sources/StreamVideo/WebRTC/RTCConfiguration+Default.swift index 6cefacaac..d2e1362ed 100644 --- a/Sources/StreamVideo/WebRTC/RTCConfiguration+Default.swift +++ b/Sources/StreamVideo/WebRTC/RTCConfiguration+Default.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Retries.swift b/Sources/StreamVideo/WebRTC/Retries.swift index 4632d214f..d3f51123a 100644 --- a/Sources/StreamVideo/WebRTC/Retries.swift +++ b/Sources/StreamVideo/WebRTC/Retries.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.swift index 5b392296f..c3faf0e6f 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift index 01cadf846..8034c76ca 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift index c4d7df780..c0f86e5d8 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Darwin diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.swift index 1273e4ed0..83f07f577 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.swift index 107e6496b..66612f85d 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastConstants.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastConstants.swift index ea4b85176..5038e0ef8 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastConstants.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastConstants.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastObserver.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastObserver.swift index 34579fc8b..36fb1cb72 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastObserver.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastObserver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift index 8644861a5..59df3c386 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import ReplayKit diff --git a/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.swift b/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.swift index cc15152ba..6fb373d1d 100644 --- a/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.swift b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.swift index ffec0f79c..db8366258 100644 --- a/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.swift +++ b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.swift b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.swift index 15e037b7e..952af9be9 100644 --- a/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.swift +++ b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.swift b/Sources/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.swift index 3a9ff733a..a3dd4f522 100644 --- a/Sources/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.swift +++ b/Sources/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/VideoCapturing/StreamVideoCaptureHandler.swift b/Sources/StreamVideo/WebRTC/VideoCapturing/StreamVideoCaptureHandler.swift index 7290ea125..c540c9db8 100644 --- a/Sources/StreamVideo/WebRTC/VideoCapturing/StreamVideoCaptureHandler.swift +++ b/Sources/StreamVideo/WebRTC/VideoCapturing/StreamVideoCaptureHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/VideoCapturing/VideoCapturerProviding.swift b/Sources/StreamVideo/WebRTC/VideoCapturing/VideoCapturerProviding.swift index ea7142820..232bff489 100644 --- a/Sources/StreamVideo/WebRTC/VideoCapturing/VideoCapturerProviding.swift +++ b/Sources/StreamVideo/WebRTC/VideoCapturing/VideoCapturerProviding.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift index aec032123..2adec9486 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift index 9c31afcd2..c360f614b 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // #if canImport(MLCompute) diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift index a541237e2..6ee943479 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift index 0c2e930d1..d020d995b 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/Moderation/BlurVideoFilter/ModerationBlurFilter.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/Moderation/BlurVideoFilter/ModerationBlurFilter.swift index eb502d114..c46fb81fb 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/Moderation/BlurVideoFilter/ModerationBlurFilter.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/Moderation/BlurVideoFilter/ModerationBlurFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift index 21c93a92a..f60ee6db8 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.swift b/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.swift index 4b7245e81..b19607e83 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift b/Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift index ef2dd41ab..8d67af0c4 100644 --- a/Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift +++ b/Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/WebRTCEvents.swift b/Sources/StreamVideo/WebRTC/WebRTCEvents.swift index 4d952f48b..d075a9fbe 100644 --- a/Sources/StreamVideo/WebRTC/WebRTCEvents.swift +++ b/Sources/StreamVideo/WebRTC/WebRTCEvents.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVAudioRecorder+Sendable.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVAudioRecorder+Sendable.swift index 881168d11..1fa77096b 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVAudioRecorder+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVAudioRecorder+Sendable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice+OutputFormat.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice+OutputFormat.swift index c34baca0f..e0ca7f00a 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice+OutputFormat.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice+OutputFormat.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+Convenience.swift index 776d135be..3cd71e63f 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+MediaSubType.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+MediaSubType.swift index af838534d..8e9becb26 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+MediaSubType.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Format+MediaSubType.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Position+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Position+Convenience.swift index a1037d75b..d83f877bc 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Position+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/AVFoundation/AVCaptureDevice.Position+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.swift index 1ff741e52..350cb68e5 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.swift index 787b053fd..a4263e600 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/CallSettings+Audio.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/CallSettings+Audio.swift index 3488e5eac..45b749783 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/CallSettings+Audio.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/CallSettings+Audio.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+Adapt.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+Adapt.swift index f8ea48a83..0375838f3 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+Adapt.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+Adapt.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+DefaultValues.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+DefaultValues.swift index 2e95673d7..3d8579826 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+DefaultValues.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/CoreGraphics/CGSize+DefaultValues.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions+DefaultValues.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions+DefaultValues.swift index 2e8503556..c3083fd77 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions+DefaultValues.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions+DefaultValues.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreMedia diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Array+Prepare.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Array+Prepare.swift index e03658e07..bb7e1683f 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Array+Prepare.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Array+Prepare.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Combine+Sendable.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Combine+Sendable.swift index 32f6e99d9..d2ace4682 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Combine+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Combine+Sendable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Comparable+Clamped.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Comparable+Clamped.swift index 861187217..d8e389b5f 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Comparable+Clamped.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Comparable+Clamped.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Int+DefaultValues.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Int+DefaultValues.swift index 2a511509e..77a46b2cb 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Int+DefaultValues.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Int+DefaultValues.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+TaskSink.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+TaskSink.swift index 482291ec3..af004ecec 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+TaskSink.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+TaskSink.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.swift index f86ed104b..678c2f157 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.swift index bb126f0a0..27f2d4a60 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_Codec+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_Codec+Convenience.swift index bec55611f..db1c8d412 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_Codec+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_Codec+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+Convenience.swift index 39619d029..e414ee43a 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+VideoLayers.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+VideoLayers.swift index 1ea5712b9..cec220f47 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+VideoLayers.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_PublishOption+VideoLayers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreMedia diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoDimension+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoDimension+Convenience.swift index be643c96b..72f4d367c 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoDimension+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoDimension+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoLayer+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoLayer+Convenience.swift index acff1b234..edb98cb1c 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoLayer+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoLayer+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoQuality+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoQuality+Convenience.swift index 8322be141..831e84bc0 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoQuality+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Models_VideoQuality+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Signal_TrackSubscriptionDetails+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Signal_TrackSubscriptionDetails+Convenience.swift index b25e61308..59f7dd31c 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Signal_TrackSubscriptionDetails+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Protobuf/Stream_Video_Sfu_Signal_TrackSubscriptionDetails+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack+Clone.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack+Clone.swift index 852518fd6..b3f031b54 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack+Clone.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack+Clone.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCCameraVideoCapturer+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCCameraVideoCapturer+Convenience.swift index c708c4feb..07c514c0b 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCCameraVideoCapturer+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCCameraVideoCapturer+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCRtpCodecCapability+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCRtpCodecCapability+Convenience.swift index e9594f6f4..e32735b91 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCRtpCodecCapability+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCRtpCodecCapability+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack+Clone.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack+Clone.swift index 78025d8e4..6c713ad81 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack+Clone.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack+Clone.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift index aedabd11c..80a3a3712 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter.swift index 3eff87c6d..533f0aa24 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift index e6ed45e31..222a2f7aa 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift index b053b1609..36c01f2b0 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift index 172f16cf6..59de782e3 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.swift index b09923956..0b7292bf7 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+Convenience.swift index a27909cc0..7d3e2d208 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift index 7a9a02249..f70e8a271 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.swift index 83981254a..754669607 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters+Convenience.swift index e8e64173d..dd776060f 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift index b77ebaaa5..81215c8c2 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.swift index e85776cd6..1784698a1 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit+Convenience.swift index 02ad76214..6c99a0491 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.swift index bbe011de3..f24ccd91d 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.swift index b5143a5f2..16abde21a 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift index 8eced8103..1e92ff2f5 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.swift index c9ecfe5f8..5d9614b23 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter.swift index eb0417697..4c3e5e360 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter.swift index 1851b7a32..56a12b83f 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalNoOpMediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalNoOpMediaAdapter.swift index 4a7bfd1b4..d5a355fa4 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalNoOpMediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalNoOpMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter.swift index 6e58b4f29..f972e2749 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter.swift index f923cca78..979ae3bf8 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/MediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/MediaAdapter.swift index 2a17078d1..54ae43f00 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/MediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/MediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter.swift index eadf4a997..3fd5f68d0 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareSession.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareSession.swift index 77a11c72c..61a0413dd 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareSession.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareSession.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter.swift index 89bb2ec78..a0cbcfd5f 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage.swift index 3dc5315b9..c4fd100be 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoCaptureSession.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoCaptureSession.swift index 266be17c7..274bc0506 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoCaptureSession.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoCaptureSession.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter.swift index d82ca43f3..95c889214 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.swift index ca0fb9ce8..dbcf75fce 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.swift index d02a2d624..5ad847058 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.swift index e940e9760..164409de6 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.swift index 9ae3f2c9e..f182ec33e 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.swift index 301d1b19f..affbab625 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/CaptureDeviceProtocol.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/CaptureDeviceProtocol.swift index b38c532cd..af48e4502 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/CaptureDeviceProtocol.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/CaptureDeviceProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/LocalMediaAdapting.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/LocalMediaAdapting.swift index 37808dc39..025d18085 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/LocalMediaAdapting.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/LocalMediaAdapting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/MediaAdapting.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/MediaAdapting.swift index b58bb3e04..a2d1ad500 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/MediaAdapting.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/MediaAdapting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionCoordinatorProviding.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionCoordinatorProviding.swift index 49ffb38cd..a74b703c4 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionCoordinatorProviding.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionCoordinatorProviding.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift index 5633bc193..c53f3a46a 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // /// A protocol describing a traceable event emitted by an RTCPeerConnection. diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/StreamRTCPeerConnectionProtocol.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/StreamRTCPeerConnectionProtocol.swift index 056197c51..ff3ccb5d1 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/StreamRTCPeerConnectionProtocol.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/StreamRTCPeerConnectionProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator.swift index 0441fffe2..7f0afbf3f 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionTrackInfoCollectionType.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionTrackInfoCollectionType.swift index cf422989e..0f5c8058d 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionTrackInfoCollectionType.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCPeerConnectionTrackInfoCollectionType.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCTemporaryPeerConnection.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCTemporaryPeerConnection.swift index 337420afa..25d1d2b3f 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCTemporaryPeerConnection.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/RTCTemporaryPeerConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/StreamRTCPeerConnection.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/StreamRTCPeerConnection.swift index 08d59aa38..199d2dc45 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/StreamRTCPeerConnection.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/StreamRTCPeerConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/MidStereoInformation.swift b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/MidStereoInformation.swift index 43b05c87a..e5c0ff00e 100644 --- a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/MidStereoInformation.swift +++ b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/MidStereoInformation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/SupportedPrefix.swift b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/SupportedPrefix.swift index 8664620f8..e6b9f7545 100644 --- a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/SupportedPrefix.swift +++ b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Models/SupportedPrefix.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/SDPParser.swift b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/SDPParser.swift index 2cfd7331b..a5e325678 100644 --- a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/SDPParser.swift +++ b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/SDPParser.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitor.swift b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitor.swift index fef6d4ee7..2b32638e7 100644 --- a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitor.swift +++ b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/SDPLineVisitor.swift b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/SDPLineVisitor.swift index 7fd593856..dbed7b8b8 100644 --- a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/SDPLineVisitor.swift +++ b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/SDPLineVisitor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/StereoEnableVisitor.swift b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/StereoEnableVisitor.swift index 8176fb985..ae6b9e013 100644 --- a/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/StereoEnableVisitor.swift +++ b/Sources/StreamVideo/WebRTC/v2/SDP Parsing/Parser/Visitors/StereoEnableVisitor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/SFUAdapter+Events.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/SFUAdapter+Events.swift index 8d845328d..f8dcac224 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/SFUAdapter+Events.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/SFUAdapter+Events.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift index faec7275a..96f346376 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SFUAdapterEvent.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SFUAdapterEvent.swift index 0999dfef0..7160448d8 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SFUAdapterEvent.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SFUAdapterEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift index fd391bcce..4d93e8d4d 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // // New protocol definition diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.swift index 40368489e..83af72d3d 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/SFUAdapter.swift b/Sources/StreamVideo/WebRTC/v2/SFU/SFUAdapter.swift index c30a422c7..fb9a0771b 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/SFUAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/SFUAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/SFUEventAdapter.swift b/Sources/StreamVideo/WebRTC/v2/SFU/SFUEventAdapter.swift index 4b141083f..88c27c7e9 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/SFUEventAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/SFUEventAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/SFUSignalService.swift b/Sources/StreamVideo/WebRTC/v2/SFU/SFUSignalService.swift index 6bff6399e..e01f7d1b7 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/SFUSignalService.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/SFUSignalService.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Blocked.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Blocked.swift index 7ff72be9a..07f24b1f8 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Blocked.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Blocked.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.swift index b86ae2e0e..4a309b688 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.swift index c2823d6e5..ec1a1cb05 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.swift index bf8f21921..e9a7be7a3 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Disconnected.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Disconnected.swift index 3e2d9a8e7..0d8a2c100 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Disconnected.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Disconnected.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.swift index 1eeac8d50..311b09ffd 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.swift index c96bb07eb..988460d7e 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.swift index bcc82f10a..2887a078f 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.swift index 77b64c0cb..eae479bf7 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.swift index 31e169755..94b3f2b4a 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joining.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joining.swift index 6268e0f12..be2faf575 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joining.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joining.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.swift index f7bea7039..bc018fa53 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.swift index 860ba1d84..2e9a8be66 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift index 9906bdb7f..59fffdeae 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // extension WebRTCCoordinator.StateMachine.Stage { diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.swift index fa3765da9..1291fb16a 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.swift index 179718eb7..7364c5368 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.swift index ed25f4d37..eeefe0ee5 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollecting.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollecting.swift index 01b976ad1..3a24152d0 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollecting.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollecting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollector.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollector.swift index 2da2676da..e3ad22529 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollector.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Collector/WebRTCStatsCollector.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCItemTransformerProcessingUnit.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCItemTransformerProcessingUnit.swift index 5bf329c18..814a67791 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCItemTransformerProcessingUnit.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCItemTransformerProcessingUnit.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsCompressor.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsCompressor.swift index 69dd14da1..0dcf609e7 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsCompressor.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsCompressor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer.swift index 69dd575f7..a1685a4e2 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatistics.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatistics.swift index da3fcb8dd..b498be4f0 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatistics.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatistics.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport.swift index a03c0207e..89efc28a7 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Models/WebRTCTrace.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Models/WebRTCTrace.swift index 4d12aa5d1..38f7dd293 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Models/WebRTCTrace.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Models/WebRTCTrace.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter.swift index a34efe1ee..63a6e5e04 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporting.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporting.swift index b5871dda5..6a04eb374 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporting.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Reporter/WebRTCStatsReporting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter.swift index 0c5ce4758..f213461ad 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracing.swift b/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracing.swift index a4a5b1ba3..bce61b181 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracing.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/Traces/WebRTCTracing.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapter.swift b/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapter.swift index d5ec51ba2..9183a4435 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapting.swift b/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapting.swift index 45a9876dc..c5de5b4bd 100644 --- a/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapting.swift +++ b/Sources/StreamVideo/WebRTC/v2/Stats/WebRTCStatsAdapting.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter.swift b/Sources/StreamVideo/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter.swift index 0b9ff3f47..19abce1d2 100644 --- a/Sources/StreamVideo/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Broadcast/BroadcastCaptureHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Broadcast/BroadcastCaptureHandler.swift index 5771a8a53..233bcac02 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Broadcast/BroadcastCaptureHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Broadcast/BroadcastCaptureHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraBackgroundAccessHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraBackgroundAccessHandler.swift index 9f0eb62a3..8a8a40f7f 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraBackgroundAccessHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraBackgroundAccessHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCaptureHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCaptureHandler.swift index bf1aff14e..b967b0bfd 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCaptureHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCaptureHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCapturePhotoHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCapturePhotoHandler.swift index d928422e6..49d5a4575 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCapturePhotoHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraCapturePhotoHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraFocusHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraFocusHandler.swift index f3703ab96..9b620528d 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraFocusHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraFocusHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraInterruptionsHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraInterruptionsHandler.swift index 8600607da..5bc582d65 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraInterruptionsHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraInterruptionsHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraVideoOutputHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraVideoOutputHandler.swift index 5b58b0f48..7992dcc9f 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraVideoOutputHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraVideoOutputHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraZoomHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraZoomHandler.swift index c814c1e54..07ab1ef5c 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraZoomHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Camera/CameraZoomHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter+Convert.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter+Convert.swift index 2bf284b14..48f8a47c6 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter+Convert.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter+Convert.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AudioToolbox diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat+Equality.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat+Equality.swift index edcd36431..6b35bd966 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat+Equality.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat+Equality.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer+FromCMSampleBuffer.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer+FromCMSampleBuffer.swift index 62c4bd209..1f396c8d1 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer+FromCMSampleBuffer.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer+FromCMSampleBuffer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AudioToolbox diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter.swift index 23502949c..e705ab82e 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AudioToolbox diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/ScreenShareCaptureHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/ScreenShareCaptureHandler.swift index 95ba27c1a..72baf66f9 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/ScreenShareCaptureHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/ScreenShareCaptureHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AudioToolbox diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Simulator/SimulatorCaptureHandler.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Simulator/SimulatorCaptureHandler.swift index f708e6d8a..5ff04e109 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Simulator/SimulatorCaptureHandler.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/ActionHandlers/Simulator/SimulatorCaptureHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/BroadcastBufferReaderKey.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/BroadcastBufferReaderKey.swift index 29b8a1e7a..0b421cddc 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/BroadcastBufferReaderKey.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/BroadcastBufferReaderKey.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamCaptureDeviceProvider.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamCaptureDeviceProvider.swift index 45307c65d..710378cfd 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamCaptureDeviceProvider.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamCaptureDeviceProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturer.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturer.swift index f21b4781b..c20653c40 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturer.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturing.swift b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturing.swift index 47527d12e..9d1040472 100644 --- a/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturing.swift +++ b/Sources/StreamVideo/WebRTC/v2/VideoCapturing/StreamVideoCapturing.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCAuthenticator.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCAuthenticator.swift index 0ad54ccba..de6bc5f5b 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCAuthenticator.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCAuthenticator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCConfiguration.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCConfiguration.swift index e382b8fb5..6cb3a42cc 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCConfiguration.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCConfiguration.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinator.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinator.swift index b48deda47..cfe53d4b4 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinator.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.swift index 8bf0a8e03..c4281f2db 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCJoinRequestFactory.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCJoinRequestFactory.swift index 2fcf76965..c443de0f5 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCJoinRequestFactory.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCJoinRequestFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.swift index 4d0ca5c85..a881e0ef1 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCPermissionsAdapter.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCPermissionsAdapter.swift index 46d92a188..7c0ef356d 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCPermissionsAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCPermissionsAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCStateAdapter.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCStateAdapter.swift index 256d5e72f..11e4f7241 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCStateAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCStateAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebRTC/v2/WebRTCTrackStorage.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCTrackStorage.swift index 1691ac962..bc9b333b3 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCTrackStorage.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCTrackStorage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.swift b/Sources/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.swift index 1075529e8..4981f9b8b 100644 --- a/Sources/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.swift +++ b/Sources/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift b/Sources/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift index b15383239..e564aaf70 100644 --- a/Sources/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift +++ b/Sources/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreData diff --git a/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.swift b/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.swift index f0eb56b04..e2eeaa06a 100644 --- a/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.swift +++ b/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Client/RetryStrategy.swift b/Sources/StreamVideo/WebSockets/Client/RetryStrategy.swift index b50e30ce7..425b114bb 100644 --- a/Sources/StreamVideo/WebSockets/Client/RetryStrategy.swift +++ b/Sources/StreamVideo/WebSockets/Client/RetryStrategy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift b/Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift index 88b0cc6d7..3c9a0cd95 100644 --- a/Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift +++ b/Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Client/WebSocketClient.swift b/Sources/StreamVideo/WebSockets/Client/WebSocketClient.swift index ca96a0d6d..ef0ebf27b 100644 --- a/Sources/StreamVideo/WebSockets/Client/WebSocketClient.swift +++ b/Sources/StreamVideo/WebSockets/Client/WebSocketClient.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideo/WebSockets/Client/WebSocketEngine.swift b/Sources/StreamVideo/WebSockets/Client/WebSocketEngine.swift index 2ef55085f..994027604 100644 --- a/Sources/StreamVideo/WebSockets/Client/WebSocketEngine.swift +++ b/Sources/StreamVideo/WebSockets/Client/WebSocketEngine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Client/WebSocketPingController.swift b/Sources/StreamVideo/WebSockets/Client/WebSocketPingController.swift index 6ad0f6670..c4116d02c 100644 --- a/Sources/StreamVideo/WebSockets/Client/WebSocketPingController.swift +++ b/Sources/StreamVideo/WebSockets/Client/WebSocketPingController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Events/Event.swift b/Sources/StreamVideo/WebSockets/Events/Event.swift index 9a624dcb7..75ac38240 100644 --- a/Sources/StreamVideo/WebSockets/Events/Event.swift +++ b/Sources/StreamVideo/WebSockets/Events/Event.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Events/EventBatcher.swift b/Sources/StreamVideo/WebSockets/Events/EventBatcher.swift index 66ffc27fd..464b11271 100644 --- a/Sources/StreamVideo/WebSockets/Events/EventBatcher.swift +++ b/Sources/StreamVideo/WebSockets/Events/EventBatcher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Events/EventMiddleware.swift b/Sources/StreamVideo/WebSockets/Events/EventMiddleware.swift index 7f8aff2b6..2da4c4fbb 100644 --- a/Sources/StreamVideo/WebSockets/Events/EventMiddleware.swift +++ b/Sources/StreamVideo/WebSockets/Events/EventMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.swift b/Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.swift index bdeb9faae..df7ae850a 100644 --- a/Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.swift +++ b/Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Events/JsonEventDecoder.swift b/Sources/StreamVideo/WebSockets/Events/JsonEventDecoder.swift index c2b46d6c8..c164e46cf 100644 --- a/Sources/StreamVideo/WebSockets/Events/JsonEventDecoder.swift +++ b/Sources/StreamVideo/WebSockets/Events/JsonEventDecoder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift b/Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift index 4110d4f01..e2d514dca 100644 --- a/Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift +++ b/Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/WebSockets/Events/WSEventsMiddleware.swift b/Sources/StreamVideo/WebSockets/Events/WSEventsMiddleware.swift index ea89eb2b6..764cec813 100644 --- a/Sources/StreamVideo/WebSockets/Events/WSEventsMiddleware.swift +++ b/Sources/StreamVideo/WebSockets/Events/WSEventsMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideo/protobuf/ProtoModel.swift b/Sources/StreamVideo/protobuf/ProtoModel.swift index 52dcd9306..1d3dd827b 100644 --- a/Sources/StreamVideo/protobuf/ProtoModel.swift +++ b/Sources/StreamVideo/protobuf/ProtoModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Appearance.swift b/Sources/StreamVideoSwiftUI/Appearance.swift index a2cafaa25..9d716ee74 100644 --- a/Sources/StreamVideoSwiftUI/Appearance.swift +++ b/Sources/StreamVideoSwiftUI/Appearance.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallContainer.swift b/Sources/StreamVideoSwiftUI/CallContainer.swift index d17496184..55950fe30 100644 --- a/Sources/StreamVideoSwiftUI/CallContainer.swift +++ b/Sources/StreamVideoSwiftUI/CallContainer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift index db11f983c..9ad03bad7 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.swift index e981c508c..5b8d59c9f 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.swift index fb9af429b..874c70692 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.swift index 50ad3aa74..15160b982 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.swift index d9c89914a..976e33744 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.swift index 1403bf400..c6f794426 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.swift index a05bcf1a6..08d882028 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.swift index 2e58befb5..56865225c 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Styles/ControlStyle.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Styles/ControlStyle.swift index 66f0d34b3..1c0632b46 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Styles/ControlStyle.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Styles/ControlStyle.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallDurationView.swift b/Sources/StreamVideoSwiftUI/CallView/CallDurationView.swift index 1eedae91e..e03647572 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallDurationView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallDurationView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift b/Sources/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift index 01336e2b5..4d0177cf6 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift b/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift index f233d6e5c..837f34c3a 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallView.swift b/Sources/StreamVideoSwiftUI/CallView/CallView.swift index 3efc1b1dd..4515525f3 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift b/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift index cd06ecfb1..90f047912 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift b/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift index e8b637dc8..9b4ade08a 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.swift index 119b56194..5e41b3b89 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.swift index 5412ed099..84859daa7 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.swift index 00f303522..4bc845978 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift index abf374691..b0127c159 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift index 42f37b566..718e00c84 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift index 742a11fdd..97964083d 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.swift index a1371cd8b..058827007 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/MinimizedCallView.swift b/Sources/StreamVideoSwiftUI/CallView/MinimizedCallView.swift index 16bf175e6..3264291d0 100644 --- a/Sources/StreamVideoSwiftUI/CallView/MinimizedCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/MinimizedCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift index 56915ff8a..fe9dfc9e1 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.swift index 97a034e39..9ac346da6 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift index 09cab52d1..65111c64c 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift index c0db97548..0a856aa5f 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift index f4c155bcc..f19769b53 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.swift index ed9730a4a..c690541ba 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift index 2b531948b..5187fdeb6 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift index 353ebcc92..06901f5e9 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift index f7246cf07..13bef1aa3 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift index 627b7a975..268abc2a8 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift index 5c3270fbd..1a20b2023 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift index 8fdc4da54..607ab068e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/PermissionsPromptView.swift b/Sources/StreamVideoSwiftUI/CallView/PermissionsPromptView.swift index 372ac7df6..2e25deed2 100644 --- a/Sources/StreamVideoSwiftUI/CallView/PermissionsPromptView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/PermissionsPromptView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift b/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift index f027b0713..2e0ca0692 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/RecordingView.swift b/Sources/StreamVideoSwiftUI/CallView/RecordingView.swift index 120531e23..ce197bef8 100644 --- a/Sources/StreamVideoSwiftUI/CallView/RecordingView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/RecordingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.swift b/Sources/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.swift index fb3b5f1ca..c790f143a 100644 --- a/Sources/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift index 53cef4a14..8b0f9fadc 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import ReplayKit diff --git a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift index ac590e45b..805dc1256 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift index 9a84c7372..acb6435e3 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ZoomableScrollView.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ZoomableScrollView.swift index 6c3fd2b5e..566f1e661 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ZoomableScrollView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ZoomableScrollView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift b/Sources/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift index 0875af8b0..b9f1a6f11 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.swift b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.swift index 4abcb11ee..2033f6b87 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.swift b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.swift index 760513085..d0680e6c8 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.swift b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.swift index f5fea7e40..a220d03d9 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.swift index 0679920c4..247eb944d 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Moderation/ModerationWarningViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Moderation/ModerationWarningViewModifier.swift index 3f4205e15..cfc45bc0a 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Moderation/ModerationWarningViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Moderation/ModerationWarningViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.swift index 92011bf9f..27f52664e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.swift index 0dcc044a5..9fade325e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.swift index 0bb957d46..2dde7b171 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.swift index 49a16fc7e..dec3833cd 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.swift index bb85bbf3e..e94aa2e93 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift b/Sources/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift index cfa20b2b5..e6491f9b8 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallViewModel.swift b/Sources/StreamVideoSwiftUI/CallViewModel.swift index a210739d5..6a1974334 100644 --- a/Sources/StreamVideoSwiftUI/CallViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift index 7ab6e97a4..c4c926d71 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift index d4902bbdc..d80c1998e 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift index 890091d94..9774862b6 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.swift index 534a14370..9ff052145 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift index 8d055f89f..6fd917ed2 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift index da41a5075..4ae0d0b34 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift index 33da48873..45f6932e5 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.swift b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.swift index a85146d3a..2490619f6 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift b/Sources/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift index e9ccd6807..fac4ebf05 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/LobbyViewModel.swift b/Sources/StreamVideoSwiftUI/CallingViews/LobbyViewModel.swift index 3311bc837..88980e727 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/LobbyViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/LobbyViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift index f31ee5f9d..083372bfb 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.swift b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.swift index ce9251867..ade0f8401 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift b/Sources/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift index 5ae0d1d0c..8d49ff567 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift b/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift index 56494ad7f..51b3615d3 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.swift index 388b255b1..aa59523c5 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift index a63f7ad71..32551fb1a 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift index 98efcaa6b..7a3b0ae1c 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift index fb126ba78..84ef740fb 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Colors.swift b/Sources/StreamVideoSwiftUI/Colors.swift index c472bd39c..57b9d148b 100644 --- a/Sources/StreamVideoSwiftUI/Colors.swift +++ b/Sources/StreamVideoSwiftUI/Colors.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Fonts.swift b/Sources/StreamVideoSwiftUI/Fonts.swift index a93ccee7d..78a3e2c2f 100644 --- a/Sources/StreamVideoSwiftUI/Fonts.swift +++ b/Sources/StreamVideoSwiftUI/Fonts.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Images.swift b/Sources/StreamVideoSwiftUI/Images.swift index 113aa41f8..d507bc105 100644 --- a/Sources/StreamVideoSwiftUI/Images.swift +++ b/Sources/StreamVideoSwiftUI/Images.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift b/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift index 30ae1402e..895c767cb 100644 --- a/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift +++ b/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Models/CallEvents.swift b/Sources/StreamVideoSwiftUI/Models/CallEvents.swift index e69be76ce..ffd341ae9 100644 --- a/Sources/StreamVideoSwiftUI/Models/CallEvents.swift +++ b/Sources/StreamVideoSwiftUI/Models/CallEvents.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Models/CallEventsHandler.swift b/Sources/StreamVideoSwiftUI/Models/CallEventsHandler.swift index 6caf8c924..54c49a5a0 100644 --- a/Sources/StreamVideoSwiftUI/Models/CallEventsHandler.swift +++ b/Sources/StreamVideoSwiftUI/Models/CallEventsHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Models/CallModels.swift b/Sources/StreamVideoSwiftUI/Models/CallModels.swift index 2f47e99f4..f723d9d63 100644 --- a/Sources/StreamVideoSwiftUI/Models/CallModels.swift +++ b/Sources/StreamVideoSwiftUI/Models/CallModels.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideoSwiftUI/Models/IncomingCall.swift b/Sources/StreamVideoSwiftUI/Models/IncomingCall.swift index 3cbf976b3..4f3169911 100644 --- a/Sources/StreamVideoSwiftUI/Models/IncomingCall.swift +++ b/Sources/StreamVideoSwiftUI/Models/IncomingCall.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Models/Toast.swift b/Sources/StreamVideoSwiftUI/Models/Toast.swift index 1180bc490..30e812dbd 100644 --- a/Sources/StreamVideoSwiftUI/Models/Toast.swift +++ b/Sources/StreamVideoSwiftUI/Models/Toast.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Resource.swift b/Sources/StreamVideoSwiftUI/Resource.swift index 916c7f026..e510b8fd6 100644 --- a/Sources/StreamVideoSwiftUI/Resource.swift +++ b/Sources/StreamVideoSwiftUI/Resource.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Resources/en.lproj/Localizable.strings b/Sources/StreamVideoSwiftUI/Resources/en.lproj/Localizable.strings index 751b301f0..246a8ba9b 100644 --- a/Sources/StreamVideoSwiftUI/Resources/en.lproj/Localizable.strings +++ b/Sources/StreamVideoSwiftUI/Resources/en.lproj/Localizable.strings @@ -1,5 +1,5 @@ // -// Copyright © 2020 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // "call.participants.title" = "Participants"; diff --git a/Sources/StreamVideoSwiftUI/Sounds.swift b/Sources/StreamVideoSwiftUI/Sounds.swift index 0208e5dc3..685285057 100644 --- a/Sources/StreamVideoSwiftUI/Sounds.swift +++ b/Sources/StreamVideoSwiftUI/Sounds.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/StreamVideoSwiftUI.h b/Sources/StreamVideoSwiftUI/StreamVideoSwiftUI.h index 9d80923c8..1d4be2cc7 100644 --- a/Sources/StreamVideoSwiftUI/StreamVideoSwiftUI.h +++ b/Sources/StreamVideoSwiftUI/StreamVideoSwiftUI.h @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // #import diff --git a/Sources/StreamVideoSwiftUI/StreamVideoUI.swift b/Sources/StreamVideoSwiftUI/StreamVideoUI.swift index 3279ed242..f1632c3fe 100644 --- a/Sources/StreamVideoSwiftUI/StreamVideoUI.swift +++ b/Sources/StreamVideoSwiftUI/StreamVideoUI.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils.swift b/Sources/StreamVideoSwiftUI/Utils.swift index 948640b26..feeff329e 100644 --- a/Sources/StreamVideoSwiftUI/Utils.swift +++ b/Sources/StreamVideoSwiftUI/Utils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.swift b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.swift index 20ffac9e3..da1a2500a 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.swift b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.swift index 10e298ed6..04c8a30b5 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamLazyImage.swift b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamLazyImage.swift index f335ebefc..7df0dca3c 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamLazyImage.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamLazyImage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.swift b/Sources/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.swift index c45c69ea3..164f24f49 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.swift b/Sources/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.swift index 5aa93e816..ea9f6858e 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/BundleExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/BundleExtensions.swift index 411fd8fd0..878ff0b50 100644 --- a/Sources/StreamVideoSwiftUI/Utils/BundleExtensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/BundleExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/CallSoundsPlayer.swift b/Sources/StreamVideoSwiftUI/Utils/CallSoundsPlayer.swift index abecde10e..bd1a0791d 100644 --- a/Sources/StreamVideoSwiftUI/Utils/CallSoundsPlayer.swift +++ b/Sources/StreamVideoSwiftUI/Utils/CallSoundsPlayer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideoSwiftUI/Utils/Camera.swift b/Sources/StreamVideoSwiftUI/Utils/Camera.swift index 3d653a2af..0d763f56b 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Camera.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Camera.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamVideoSwiftUI/Utils/ClipCorners.swift b/Sources/StreamVideoSwiftUI/Utils/ClipCorners.swift index e25c7121e..69b229d62 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ClipCorners.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ClipCorners.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/ColorExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/ColorExtensions.swift index a829710da..8685fff7b 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ColorExtensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ColorExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.swift b/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.swift index cc4cbeed0..e525d93ed 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.swift b/Sources/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.swift index a75e9ed02..62ee31fe5 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.swift b/Sources/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.swift index 43ae5272e..c4f029689 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/Formatters/Formatters.swift b/Sources/StreamVideoSwiftUI/Utils/Formatters/Formatters.swift index 83d95e63d..b0d71999e 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Formatters/Formatters.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Formatters/Formatters.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.swift b/Sources/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.swift index 5f7ac261c..aefcb781e 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/HalfSheetView.swift b/Sources/StreamVideoSwiftUI/Utils/HalfSheetView.swift index ef79e9180..7e0e4d62a 100644 --- a/Sources/StreamVideoSwiftUI/Utils/HalfSheetView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/HalfSheetView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/HelperViews.swift b/Sources/StreamVideoSwiftUI/Utils/HelperViews.swift index 8d9f812ea..44b5a94c3 100644 --- a/Sources/StreamVideoSwiftUI/Utils/HelperViews.swift +++ b/Sources/StreamVideoSwiftUI/Utils/HelperViews.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.swift index ee07a8d55..185addb7d 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Utils/KeyboardReadable.swift b/Sources/StreamVideoSwiftUI/Utils/KeyboardReadable.swift index 2bd2a997f..16f6bdc24 100644 --- a/Sources/StreamVideoSwiftUI/Utils/KeyboardReadable.swift +++ b/Sources/StreamVideoSwiftUI/Utils/KeyboardReadable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/ModifiedContent.swift b/Sources/StreamVideoSwiftUI/Utils/ModifiedContent.swift index 289b03bfe..3be115f95 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ModifiedContent.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ModifiedContent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Utils/Modifiers.swift b/Sources/StreamVideoSwiftUI/Utils/Modifiers.swift index 92a95dddd..70fec1a06 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Modifiers.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Modifiers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/PaddingsConfig.swift b/Sources/StreamVideoSwiftUI/Utils/PaddingsConfig.swift index e27fd535d..baa6393b6 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PaddingsConfig.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PaddingsConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter.swift b/Sources/StreamVideoSwiftUI/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter.swift index 8f05bc011..8442715ec 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureBufferTransformer.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureBufferTransformer.swift index a410afa1a..0cd1ac3d9 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureBufferTransformer.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureBufferTransformer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContent.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContent.swift index 8f440306b..fe79de85d 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContent.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentProvider.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentProvider.swift index 056a8691b..8ad5d81fb 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentProvider.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentView.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentView.swift index 98d5624f0..1d371b855 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureContentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureController.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureController.swift index e15573fed..64efe40cc 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureController.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureDelegateProxy.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureDelegateProxy.swift index b7275ffc4..e43472d46 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureDelegateProxy.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureDelegateProxy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapter.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapter.swift index 90239e2cb..e18b874d4 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapter.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureParticipantModifier.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureParticipantModifier.swift index c5b745aad..c14571712 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureParticipantModifier.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureParticipantModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureReconnectionView.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureReconnectionView.swift index 7586420f2..8a106fcc4 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureReconnectionView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureReconnectionView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureScreenSharingView.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureScreenSharingView.swift index 52f29dd2a..a63fc6b4d 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureScreenSharingView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureScreenSharingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureSourceView.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureSourceView.swift index d87c709d6..bb68653c5 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureSourceView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureSourceView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureStore.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureStore.swift index 851d087fe..4d6ada380 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureStore.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureStore.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureTrackStateAdapter.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureTrackStateAdapter.swift index ca6a62761..ad6cb5121 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureTrackStateAdapter.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureTrackStateAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoCallViewController.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoCallViewController.swift index 0441d61c6..3dac73d4e 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoCallViewController.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoCallViewController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoParticipantView.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoParticipantView.swift index f6897ad3b..388a0b902 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoParticipantView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoParticipantView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRenderer.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRenderer.swift index b836e51d0..2f3f51e8b 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRenderer.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRenderer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRendererView.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRendererView.swift index dc6a20d49..2b87b9acc 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRendererView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureVideoRendererView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureViewFactory.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureViewFactory.swift index 49a6ee6b0..ceb3a8085 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureViewFactory.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/PictureInPictureViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.swift index 57011030a..c71fe9b35 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureControllerProtocol.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureControllerProtocol.swift index bd331a709..bb6cdecd9 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureControllerProtocol.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureControllerProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamRTCYUVBuffer.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamRTCYUVBuffer.swift index 582a2f9f5..941cec67a 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamRTCYUVBuffer.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamRTCYUVBuffer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Accelerate diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift index 000fad14f..e167c6602 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @preconcurrency import Accelerate diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift index d8eb82174..002cdcca0 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Accelerate diff --git a/Sources/StreamVideoSwiftUI/Utils/ReusePool.swift b/Sources/StreamVideoSwiftUI/Utils/ReusePool.swift index 24884793c..7457876ea 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ReusePool.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ReusePool.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/SearchBar.swift b/Sources/StreamVideoSwiftUI/Utils/SearchBar.swift index 07db69f20..965d3a726 100644 --- a/Sources/StreamVideoSwiftUI/Utils/SearchBar.swift +++ b/Sources/StreamVideoSwiftUI/Utils/SearchBar.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift index c1cc0a6fd..2e421b357 100644 --- a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift +++ b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift index 2fc5afc6f..2a4dda230 100644 --- a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift +++ b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/Swinft6Migration/Sendable+Extensions.swift b/Sources/StreamVideoSwiftUI/Utils/Swinft6Migration/Sendable+Extensions.swift index 32f6e99d9..d2ace4682 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Swinft6Migration/Sendable+Extensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Swinft6Migration/Sendable+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/ToastView.swift b/Sources/StreamVideoSwiftUI/Utils/ToastView.swift index 394e08c69..b6e542811 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ToastView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ToastView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Utils/UIDevice+Convenience.swift b/Sources/StreamVideoSwiftUI/Utils/UIDevice+Convenience.swift index 0867f94be..150081766 100644 --- a/Sources/StreamVideoSwiftUI/Utils/UIDevice+Convenience.swift +++ b/Sources/StreamVideoSwiftUI/Utils/UIDevice+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamVideoSwiftUI/Utils/URLNavigating.swift b/Sources/StreamVideoSwiftUI/Utils/URLNavigating.swift index 70eaebaca..cf66f4a00 100644 --- a/Sources/StreamVideoSwiftUI/Utils/URLNavigating.swift +++ b/Sources/StreamVideoSwiftUI/Utils/URLNavigating.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamVideoSwiftUI/Utils/UserAvatar.swift b/Sources/StreamVideoSwiftUI/Utils/UserAvatar.swift index d4775afca..0612eb68e 100644 --- a/Sources/StreamVideoSwiftUI/Utils/UserAvatar.swift +++ b/Sources/StreamVideoSwiftUI/Utils/UserAvatar.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.swift b/Sources/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.swift index 359e725b2..368f92fed 100644 --- a/Sources/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.swift +++ b/Sources/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/Utils/ViewExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/ViewExtensions.swift index 203cae2e8..89d1d5d36 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ViewExtensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ViewExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoSwiftUI/ViewFactory.swift b/Sources/StreamVideoSwiftUI/ViewFactory.swift index 2ffff101d..c979f5e36 100644 --- a/Sources/StreamVideoSwiftUI/ViewFactory.swift +++ b/Sources/StreamVideoSwiftUI/ViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoUIKit/CallViewController.swift b/Sources/StreamVideoUIKit/CallViewController.swift index bf9885288..ff2236031 100644 --- a/Sources/StreamVideoUIKit/CallViewController.swift +++ b/Sources/StreamVideoUIKit/CallViewController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamVideoUIKit/StreamVideoUIKit.h b/Sources/StreamVideoUIKit/StreamVideoUIKit.h index 7f973546e..4ed46e0da 100644 --- a/Sources/StreamVideoUIKit/StreamVideoUIKit.h +++ b/Sources/StreamVideoUIKit/StreamVideoUIKit.h @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // #import diff --git a/Sources/StreamVideoUIKit/Utils/Animation.swift b/Sources/StreamVideoUIKit/Utils/Animation.swift index 98524f40a..855f56a9a 100644 --- a/Sources/StreamVideoUIKit/Utils/Animation.swift +++ b/Sources/StreamVideoUIKit/Utils/Animation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamVideoUIKit/Utils/NSLayoutConstraint+Extensions.swift b/Sources/StreamVideoUIKit/Utils/NSLayoutConstraint+Extensions.swift index 1658c2053..1093d9566 100644 --- a/Sources/StreamVideoUIKit/Utils/NSLayoutConstraint+Extensions.swift +++ b/Sources/StreamVideoUIKit/Utils/NSLayoutConstraint+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamVideoUIKit/Utils/UIView+Extensions.swift b/Sources/StreamVideoUIKit/Utils/UIView+Extensions.swift index 93d6fd7c4..89a6570cc 100644 --- a/Sources/StreamVideoUIKit/Utils/UIView+Extensions.swift +++ b/Sources/StreamVideoUIKit/Utils/UIView+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import UIKit diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_Tests.swift index 19c208f9f..f972f6382 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_Tests.swift index 905cdd83e..c7cfd3113 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_Tests.swift index a945991a7..7056ae699 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_Tests.swift index a9e4c4370..d8a474b05 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_Tests.swift index f9092a707..21a88ef11 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_Tests.swift index 190a9ddfb..26af9006a 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_Tests.swift index 8d20d4210..2264acebb 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_Tests.swift index 258ad78cc..4f80f0566 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/CallDurationView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallDurationView_Tests.swift index 306ba7929..e644723cb 100644 --- a/StreamVideoSwiftUITests/CallView/CallDurationView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallDurationView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/ControlBadgeView_Tests.swift b/StreamVideoSwiftUITests/CallView/ControlBadgeView_Tests.swift index 1763997be..683655308 100644 --- a/StreamVideoSwiftUITests/CallView/ControlBadgeView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ControlBadgeView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_Tests.swift b/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_Tests.swift index 4d58350a4..a683412dd 100644 --- a/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_Tests.swift b/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_Tests.swift index bca0e09ac..d3ad03c29 100644 --- a/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/CallView/ParticipantListButton_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantListButton_Tests.swift index 7e2a171c1..a8d0c7156 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantListButton_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantListButton_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_Tests.swift index bbe8c9556..f5b25d893 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift index 278980431..05d090c7b 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_Tests.swift index 3ea5d946f..8638fb85f 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/PermissionsPromptView_Tests.swift b/StreamVideoSwiftUITests/CallView/PermissionsPromptView_Tests.swift index 081c74155..16b05fae5 100644 --- a/StreamVideoSwiftUITests/CallView/PermissionsPromptView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/PermissionsPromptView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift b/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift index ce684c23e..6f390ae49 100644 --- a/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/RecordingView_Tests.swift b/StreamVideoSwiftUITests/CallView/RecordingView_Tests.swift index a765a5d71..e527ff62c 100644 --- a/StreamVideoSwiftUITests/CallView/RecordingView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/RecordingView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/ScreenSharingView_Tests.swift b/StreamVideoSwiftUITests/CallView/ScreenSharingView_Tests.swift index 4e1ba9f0c..b614dcf07 100644 --- a/StreamVideoSwiftUITests/CallView/ScreenSharingView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ScreenSharingView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallView/VideoRenderer_Tests.swift b/StreamVideoSwiftUITests/CallView/VideoRenderer_Tests.swift index e7031838a..a014a3a4f 100644 --- a/StreamVideoSwiftUITests/CallView/VideoRenderer_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/VideoRenderer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_Tests.swift b/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_Tests.swift index 2fd38000f..d310265b4 100644 --- a/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallViewModel_Tests.swift b/StreamVideoSwiftUITests/CallViewModel_Tests.swift index e37b60ecc..a667e1eab 100644 --- a/StreamVideoSwiftUITests/CallViewModel_Tests.swift +++ b/StreamVideoSwiftUITests/CallViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoSwiftUITests/CallingViews/CallConnectingView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/CallConnectingView_Tests.swift index eeb020acf..830125cc2 100644 --- a/StreamVideoSwiftUITests/CallingViews/CallConnectingView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/CallConnectingView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallingViews/CallingGroupView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/CallingGroupView_Tests.swift index 3d18d6cd9..39645b8a6 100644 --- a/StreamVideoSwiftUITests/CallingViews/CallingGroupView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/CallingGroupView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_Tests.swift index cf572a13f..1c82394a3 100644 --- a/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallingViews/IncomingCallView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/IncomingCallView_Tests.swift index 241bbda4a..525ddef11 100644 --- a/StreamVideoSwiftUITests/CallingViews/IncomingCallView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/IncomingCallView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallingViews/JoiningCallView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/JoiningCallView_Tests.swift index f2e4a0cf6..3e13332e5 100644 --- a/StreamVideoSwiftUITests/CallingViews/JoiningCallView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/JoiningCallView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallingViews/LobbyViewModel_Tests.swift b/StreamVideoSwiftUITests/CallingViews/LobbyViewModel_Tests.swift index 87c992ea5..35a3c2bb1 100644 --- a/StreamVideoSwiftUITests/CallingViews/LobbyViewModel_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/LobbyViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoSwiftUITests/CallingViews/LobbyView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/LobbyView_Tests.swift index 740df5137..7b1524e67 100644 --- a/StreamVideoSwiftUITests/CallingViews/LobbyView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/LobbyView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_Tests.swift index 7a5244ccd..403b540d3 100644 --- a/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.swift b/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.swift index 15e81efa8..3457ee558 100644 --- a/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_Tests.swift index 92bfda0cc..60e1bed0d 100644 --- a/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift b/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift index d19fd9de0..6723ea6cf 100644 --- a/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift +++ b/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/StreamVideoUITestCase.swift b/StreamVideoSwiftUITests/StreamVideoUITestCase.swift index 9b754f85d..b8e51656b 100644 --- a/StreamVideoSwiftUITests/StreamVideoUITestCase.swift +++ b/StreamVideoSwiftUITests/StreamVideoUITestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamSwiftTestHelpers diff --git a/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_Tests.swift b/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_Tests.swift index d3e3bbd40..d891361b1 100644 --- a/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/CallEventsHandler_Tests.swift b/StreamVideoSwiftUITests/Utils/CallEventsHandler_Tests.swift index a843366aa..cb3bf5b6c 100644 --- a/StreamVideoSwiftUITests/Utils/CallEventsHandler_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/CallEventsHandler_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/CornerClipper_Tests.swift b/StreamVideoSwiftUITests/Utils/CornerClipper_Tests.swift index 1e86a6359..b76acb984 100644 --- a/StreamVideoSwiftUITests/Utils/CornerClipper_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/CornerClipper_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter_Tests.swift b/StreamVideoSwiftUITests/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter_Tests.swift index 31c8ddae5..26391fb1b 100644 --- a/StreamVideoSwiftUITests/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/ParticipantEventResetAdapter/ParticipantEventResetAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/MockAVPictureInPictureController.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/MockAVPictureInPictureController.swift index 85af3b7ca..6389df3f9 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/MockAVPictureInPictureController.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/MockAVPictureInPictureController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentProviderTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentProviderTests.swift index ff45335c3..d491f7b34 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentProviderTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentProviderTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentViewTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentViewTests.swift index 7005718d1..95fba4cba 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentViewTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureContentViewTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapterTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapterTests.swift index 0b45870e7..2d378d943 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapterTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureEnforcedStopAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureParticipantModifierTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureParticipantModifierTests.swift index 0a2aa074c..2eb266cf0 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureParticipantModifierTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureParticipantModifierTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureReconnectionViewTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureReconnectionViewTests.swift index 0bbaff1fb..5b7cdb6da 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureReconnectionViewTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureReconnectionViewTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureScreenSharingViewTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureScreenSharingViewTests.swift index 8af1d0e6d..183e3fdfd 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureScreenSharingViewTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureScreenSharingViewTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureStoreTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureStoreTests.swift index e48013a3b..26fd1e3c0 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureStoreTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureStoreTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoCallViewControllerTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoCallViewControllerTests.swift index bc049a0bf..82b8c09f0 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoCallViewControllerTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoCallViewControllerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVKit diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoParticipantViewTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoParticipantViewTests.swift index 615232582..dddb1e566 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoParticipantViewTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/PictureInPictureVideoParticipantViewTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.swift index 2bcc3af87..f04bdd22b 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureAdapterTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureAdapterTests.swift index c79abeafc..f65b61cef 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureAdapterTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureTrackStateAdapterTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureTrackStateAdapterTests.swift index d7eed9b07..8edec28f8 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureTrackStateAdapterTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureTrackStateAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/Resource_Tests.swift b/StreamVideoSwiftUITests/Utils/Resource_Tests.swift index d63eca1a2..eabee6565 100644 --- a/StreamVideoSwiftUITests/Utils/Resource_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/Resource_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideoSwiftUI diff --git a/StreamVideoSwiftUITests/Utils/ReusePool_Tests.swift b/StreamVideoSwiftUITests/Utils/ReusePool_Tests.swift index cefe5ebb6..0f282d7c4 100644 --- a/StreamVideoSwiftUITests/Utils/ReusePool_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/ReusePool_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/StreamAppStateAdapter/StreamAppStateAdapter_Tests.swift b/StreamVideoSwiftUITests/Utils/StreamAppStateAdapter/StreamAppStateAdapter_Tests.swift index 8de0b459a..e016d567e 100644 --- a/StreamVideoSwiftUITests/Utils/StreamAppStateAdapter/StreamAppStateAdapter_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/StreamAppStateAdapter/StreamAppStateAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_Tests.swift b/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_Tests.swift index 6223b9cb2..5f478d680 100644 --- a/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift b/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift index 48666a7d5..176c80ec7 100644 --- a/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamVideoTests/Call/Call_Tests.swift b/StreamVideoTests/Call/Call_Tests.swift index 9f07ac00a..00cafbb46 100644 --- a/StreamVideoTests/Call/Call_Tests.swift +++ b/StreamVideoTests/Call/Call_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift b/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift index 3652e87c1..a0d9c4007 100644 --- a/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift +++ b/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallKit/CallKitAdapterTests.swift b/StreamVideoTests/CallKit/CallKitAdapterTests.swift index 9445ed882..a0c8b56ed 100644 --- a/StreamVideoTests/CallKit/CallKitAdapterTests.swift +++ b/StreamVideoTests/CallKit/CallKitAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift b/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift index 86aa611fe..7292d3f05 100644 --- a/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift +++ b/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import PushKit diff --git a/StreamVideoTests/CallKit/CallKitServiceTests.swift b/StreamVideoTests/CallKit/CallKitServiceTests.swift index cf042b23e..e2b64963d 100644 --- a/StreamVideoTests/CallKit/CallKitServiceTests.swift +++ b/StreamVideoTests/CallKit/CallKitServiceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy_Tests.swift b/StreamVideoTests/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy_Tests.swift index ff357dbc0..d267ba633 100644 --- a/StreamVideoTests/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy_Tests.swift +++ b/StreamVideoTests/CallKit/MissingPermissionPolicy/CallKitMissingPermissionPolicy_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy_EndCallTests.swift b/StreamVideoTests/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy_EndCallTests.swift index de7921463..963873b55 100644 --- a/StreamVideoTests/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy_EndCallTests.swift +++ b/StreamVideoTests/CallKit/MissingPermissionPolicy/Policies/CallKitMissingPermissionPolicy_EndCallTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/CallSettings/CameraManager_Tests.swift b/StreamVideoTests/CallSettings/CameraManager_Tests.swift index 84fce25a0..bdd049eae 100644 --- a/StreamVideoTests/CallSettings/CameraManager_Tests.swift +++ b/StreamVideoTests/CallSettings/CameraManager_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift b/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift index 104d599c1..87e93e540 100644 --- a/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift +++ b/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallSettings/ProximityManager_Tests.swift b/StreamVideoTests/CallSettings/ProximityManager_Tests.swift index 3a4bacf2c..825f128c9 100644 --- a/StreamVideoTests/CallSettings/ProximityManager_Tests.swift +++ b/StreamVideoTests/CallSettings/ProximityManager_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift b/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift index 9c7a198fa..5484fbdcb 100644 --- a/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift +++ b/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallState/CallState_Tests.swift b/StreamVideoTests/CallState/CallState_Tests.swift index 9dd14ade2..96bb6ac9c 100644 --- a/StreamVideoTests/CallState/CallState_Tests.swift +++ b/StreamVideoTests/CallState/CallState_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/CallStateMachine/CallConfigurationTests.swift b/StreamVideoTests/CallStateMachine/CallConfigurationTests.swift index 580b74328..a6a34c2d7 100644 --- a/StreamVideoTests/CallStateMachine/CallConfigurationTests.swift +++ b/StreamVideoTests/CallStateMachine/CallConfigurationTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/CallStateMachine_Tests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/CallStateMachine_Tests.swift index 702d11c1c..f93bedd53 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/CallStateMachine_Tests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/CallStateMachine_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptedStateTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptedStateTests.swift index 0e9126484..ded695b73 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptedStateTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptedStateTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptingStageTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptingStageTests.swift index bd648eade..d21e1ad61 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptingStageTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_AcceptingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_ErrorStageTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_ErrorStageTests.swift index 848eb98b4..af621f485 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_ErrorStageTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_ErrorStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_IdleStageTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_IdleStageTests.swift index 2118f9c71..fc94e733c 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_IdleStageTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_IdleStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoinedStageTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoinedStageTests.swift index 1c725aaac..1aeaecc7b 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoinedStageTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoinedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoiningStageTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoiningStageTests.swift index 13ec46159..9d84f5ea0 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoiningStageTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_JoiningStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectedStageTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectedStageTests.swift index 6c5cb8b70..eb24d0989 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectedStageTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectingStageTests.swift b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectingStageTests.swift index 672e61f7d..c6a38ba7a 100644 --- a/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectingStageTests.swift +++ b/StreamVideoTests/CallStateMachine/CallStateMachine/Stages/CallStateMachine_RejectingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/CallStateMachine/Publisher_NextTests.swift b/StreamVideoTests/CallStateMachine/Publisher_NextTests.swift index 8d9ecc9b4..7a2678e35 100644 --- a/StreamVideoTests/CallStateMachine/Publisher_NextTests.swift +++ b/StreamVideoTests/CallStateMachine/Publisher_NextTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/CallStateMachine/StreamStateMachine_Tests.swift b/StreamVideoTests/CallStateMachine/StreamStateMachine_Tests.swift index 2163bd64b..e7851d93b 100644 --- a/StreamVideoTests/CallStateMachine/StreamStateMachine_Tests.swift +++ b/StreamVideoTests/CallStateMachine/StreamStateMachine_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Controllers/CallController_Tests.swift b/StreamVideoTests/Controllers/CallController_Tests.swift index aba0c92eb..43ffb406d 100644 --- a/StreamVideoTests/Controllers/CallController_Tests.swift +++ b/StreamVideoTests/Controllers/CallController_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Controllers/CallsController_Tests.swift b/StreamVideoTests/Controllers/CallsController_Tests.swift index f3e500b8f..c332df94e 100644 --- a/StreamVideoTests/Controllers/CallsController_Tests.swift +++ b/StreamVideoTests/Controllers/CallsController_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Controllers/ControllerTestCase.swift b/StreamVideoTests/Controllers/ControllerTestCase.swift index 60851da76..e710e1913 100644 --- a/StreamVideoTests/Controllers/ControllerTestCase.swift +++ b/StreamVideoTests/Controllers/ControllerTestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Errors/ClientError_Tests.swift b/StreamVideoTests/Errors/ClientError_Tests.swift index 992c60aae..9b91ff894 100644 --- a/StreamVideoTests/Errors/ClientError_Tests.swift +++ b/StreamVideoTests/Errors/ClientError_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Errors/ErrorPayload_Tests.swift b/StreamVideoTests/Errors/ErrorPayload_Tests.swift index e16f047ed..8adc45134 100644 --- a/StreamVideoTests/Errors/ErrorPayload_Tests.swift +++ b/StreamVideoTests/Errors/ErrorPayload_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift b/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift index e40ccd2e0..7a3843e83 100644 --- a/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift +++ b/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/IntegrationTests/CallCRUDTests.swift b/StreamVideoTests/IntegrationTests/CallCRUDTests.swift index 3d2447bb1..a4c68090c 100644 --- a/StreamVideoTests/IntegrationTests/CallCRUDTests.swift +++ b/StreamVideoTests/IntegrationTests/CallCRUDTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @preconcurrency import Combine diff --git a/StreamVideoTests/IntegrationTests/IntegrationTest.swift b/StreamVideoTests/IntegrationTests/IntegrationTest.swift index 27367fc9c..51d052cf6 100644 --- a/StreamVideoTests/IntegrationTests/IntegrationTest.swift +++ b/StreamVideoTests/IntegrationTests/IntegrationTest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/AVAudioSessionRouteDescription+Dummy.swift b/StreamVideoTests/Mock/AVAudioSessionRouteDescription+Dummy.swift index 3af412fd3..1db7e3699 100644 --- a/StreamVideoTests/Mock/AVAudioSessionRouteDescription+Dummy.swift +++ b/StreamVideoTests/Mock/AVAudioSessionRouteDescription+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/Audio/MockAudioFilter.swift b/StreamVideoTests/Mock/Audio/MockAudioFilter.swift index f0e762b19..5abacae4f 100644 --- a/StreamVideoTests/Mock/Audio/MockAudioFilter.swift +++ b/StreamVideoTests/Mock/Audio/MockAudioFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/CallController_Mock.swift b/StreamVideoTests/Mock/CallController_Mock.swift index 97aa80670..6ea9828d1 100644 --- a/StreamVideoTests/Mock/CallController_Mock.swift +++ b/StreamVideoTests/Mock/CallController_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift b/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift index 9b09cb209..c0b219aca 100644 --- a/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift +++ b/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/CallParticipant_Mock.swift b/StreamVideoTests/Mock/CallParticipant_Mock.swift index aae0c1f35..d9665310e 100644 --- a/StreamVideoTests/Mock/CallParticipant_Mock.swift +++ b/StreamVideoTests/Mock/CallParticipant_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/EventBatcher_Mock.swift b/StreamVideoTests/Mock/EventBatcher_Mock.swift index 94b8e8e47..6c599ce5e 100644 --- a/StreamVideoTests/Mock/EventBatcher_Mock.swift +++ b/StreamVideoTests/Mock/EventBatcher_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/EventDecoder_Mock.swift b/StreamVideoTests/Mock/EventDecoder_Mock.swift index f22013e63..6bd29e52a 100644 --- a/StreamVideoTests/Mock/EventDecoder_Mock.swift +++ b/StreamVideoTests/Mock/EventDecoder_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/EventMiddleware_Mock.swift b/StreamVideoTests/Mock/EventMiddleware_Mock.swift index 8356c252e..5089275ad 100644 --- a/StreamVideoTests/Mock/EventMiddleware_Mock.swift +++ b/StreamVideoTests/Mock/EventMiddleware_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/EventNotificationCenter_Mock.swift b/StreamVideoTests/Mock/EventNotificationCenter_Mock.swift index e9a251a3a..da6d2d3ea 100644 --- a/StreamVideoTests/Mock/EventNotificationCenter_Mock.swift +++ b/StreamVideoTests/Mock/EventNotificationCenter_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/HTTPClient_Mock.swift b/StreamVideoTests/Mock/HTTPClient_Mock.swift index 4785eace4..5826c6fbf 100644 --- a/StreamVideoTests/Mock/HTTPClient_Mock.swift +++ b/StreamVideoTests/Mock/HTTPClient_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/InternetConnection_Mock.swift b/StreamVideoTests/Mock/InternetConnection_Mock.swift index 068ae34dd..2fffcdafa 100644 --- a/StreamVideoTests/Mock/InternetConnection_Mock.swift +++ b/StreamVideoTests/Mock/InternetConnection_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockAVAudioRecorder.swift b/StreamVideoTests/Mock/MockAVAudioRecorder.swift index 7aaa875bf..dcd7373fc 100644 --- a/StreamVideoTests/Mock/MockAVAudioRecorder.swift +++ b/StreamVideoTests/Mock/MockAVAudioRecorder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockAVAudioSession.swift b/StreamVideoTests/Mock/MockAVAudioSession.swift index 05e797491..238080529 100644 --- a/StreamVideoTests/Mock/MockAVAudioSession.swift +++ b/StreamVideoTests/Mock/MockAVAudioSession.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockAVAudioSessionPortDescription.swift b/StreamVideoTests/Mock/MockAVAudioSessionPortDescription.swift index 748eaa68a..3b1f34c39 100644 --- a/StreamVideoTests/Mock/MockAVAudioSessionPortDescription.swift +++ b/StreamVideoTests/Mock/MockAVAudioSessionPortDescription.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockAVAudioSessionRouteDescription.swift b/StreamVideoTests/Mock/MockAVAudioSessionRouteDescription.swift index c30cec333..ad54ce276 100644 --- a/StreamVideoTests/Mock/MockAVAudioSessionRouteDescription.swift +++ b/StreamVideoTests/Mock/MockAVAudioSessionRouteDescription.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockAppStateAdapter.swift b/StreamVideoTests/Mock/MockAppStateAdapter.swift index d16ca254e..8834f89d9 100644 --- a/StreamVideoTests/Mock/MockAppStateAdapter.swift +++ b/StreamVideoTests/Mock/MockAppStateAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockAudioEngineNodeAdapter.swift b/StreamVideoTests/Mock/MockAudioEngineNodeAdapter.swift index 6b55c94f0..5dd72ce47 100644 --- a/StreamVideoTests/Mock/MockAudioEngineNodeAdapter.swift +++ b/StreamVideoTests/Mock/MockAudioEngineNodeAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockAudioSession.swift b/StreamVideoTests/Mock/MockAudioSession.swift index 7c294d8dd..1eafec6f2 100644 --- a/StreamVideoTests/Mock/MockAudioSession.swift +++ b/StreamVideoTests/Mock/MockAudioSession.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockAudioSessionPolicy.swift b/StreamVideoTests/Mock/MockAudioSessionPolicy.swift index c4f23ffcd..3740c4912 100644 --- a/StreamVideoTests/Mock/MockAudioSessionPolicy.swift +++ b/StreamVideoTests/Mock/MockAudioSessionPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockCXCallController.swift b/StreamVideoTests/Mock/MockCXCallController.swift index 2214cb0f5..0c432dbc2 100644 --- a/StreamVideoTests/Mock/MockCXCallController.swift +++ b/StreamVideoTests/Mock/MockCXCallController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CallKit diff --git a/StreamVideoTests/Mock/MockCall.swift b/StreamVideoTests/Mock/MockCall.swift index 609440923..84f642b6e 100644 --- a/StreamVideoTests/Mock/MockCall.swift +++ b/StreamVideoTests/Mock/MockCall.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockCallAuthenticator.swift b/StreamVideoTests/Mock/MockCallAuthenticator.swift index 353a3815f..2c2287c4b 100644 --- a/StreamVideoTests/Mock/MockCallAuthenticator.swift +++ b/StreamVideoTests/Mock/MockCallAuthenticator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockCallController.swift b/StreamVideoTests/Mock/MockCallController.swift index 05ef76900..ae2639e81 100644 --- a/StreamVideoTests/Mock/MockCallController.swift +++ b/StreamVideoTests/Mock/MockCallController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockCameraPermissionProvider.swift b/StreamVideoTests/Mock/MockCameraPermissionProvider.swift index 9868ffcb5..9e8ca2d5b 100644 --- a/StreamVideoTests/Mock/MockCameraPermissionProvider.swift +++ b/StreamVideoTests/Mock/MockCameraPermissionProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockCaptureDevice.swift b/StreamVideoTests/Mock/MockCaptureDevice.swift index ccbcf7c77..f0e53e574 100644 --- a/StreamVideoTests/Mock/MockCaptureDevice.swift +++ b/StreamVideoTests/Mock/MockCaptureDevice.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockCaptureDeviceProvider.swift b/StreamVideoTests/Mock/MockCaptureDeviceProvider.swift index d5a0d64ae..43d07e4ab 100644 --- a/StreamVideoTests/Mock/MockCaptureDeviceProvider.swift +++ b/StreamVideoTests/Mock/MockCaptureDeviceProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockConsumableBucketItemTransformer.swift b/StreamVideoTests/Mock/MockConsumableBucketItemTransformer.swift index 33c3c431e..f700f9c22 100644 --- a/StreamVideoTests/Mock/MockConsumableBucketItemTransformer.swift +++ b/StreamVideoTests/Mock/MockConsumableBucketItemTransformer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockDefaultAPI.swift b/StreamVideoTests/Mock/MockDefaultAPI.swift index aef58f44e..685961062 100644 --- a/StreamVideoTests/Mock/MockDefaultAPI.swift +++ b/StreamVideoTests/Mock/MockDefaultAPI.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockDefaultAPIEndpoints.swift b/StreamVideoTests/Mock/MockDefaultAPIEndpoints.swift index e18bcf818..0b769096b 100644 --- a/StreamVideoTests/Mock/MockDefaultAPIEndpoints.swift +++ b/StreamVideoTests/Mock/MockDefaultAPIEndpoints.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockFunc.swift b/StreamVideoTests/Mock/MockFunc.swift index a8482b581..2c432597c 100644 --- a/StreamVideoTests/Mock/MockFunc.swift +++ b/StreamVideoTests/Mock/MockFunc.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockInternetConnection.swift b/StreamVideoTests/Mock/MockInternetConnection.swift index 713971876..63bb89100 100644 --- a/StreamVideoTests/Mock/MockInternetConnection.swift +++ b/StreamVideoTests/Mock/MockInternetConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockLocalMediaAdapter.swift b/StreamVideoTests/Mock/MockLocalMediaAdapter.swift index f835bd1b3..481baa4c8 100644 --- a/StreamVideoTests/Mock/MockLocalMediaAdapter.swift +++ b/StreamVideoTests/Mock/MockLocalMediaAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockMicrophonePermissionProvider.swift b/StreamVideoTests/Mock/MockMicrophonePermissionProvider.swift index 37247768c..d277168bc 100644 --- a/StreamVideoTests/Mock/MockMicrophonePermissionProvider.swift +++ b/StreamVideoTests/Mock/MockMicrophonePermissionProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockPermissionsStore.swift b/StreamVideoTests/Mock/MockPermissionsStore.swift index d30bead5f..8d0ccf078 100644 --- a/StreamVideoTests/Mock/MockPermissionsStore.swift +++ b/StreamVideoTests/Mock/MockPermissionsStore.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockProximityMonitor.swift b/StreamVideoTests/Mock/MockProximityMonitor.swift index f1b94d9d8..0d15b2b6d 100644 --- a/StreamVideoTests/Mock/MockProximityMonitor.swift +++ b/StreamVideoTests/Mock/MockProximityMonitor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockProximityPolicy.swift b/StreamVideoTests/Mock/MockProximityPolicy.swift index 9d893f640..975717c28 100644 --- a/StreamVideoTests/Mock/MockProximityPolicy.swift +++ b/StreamVideoTests/Mock/MockProximityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockPushNotificationsPermissionProvider.swift b/StreamVideoTests/Mock/MockPushNotificationsPermissionProvider.swift index ee2977812..bf3521eef 100644 --- a/StreamVideoTests/Mock/MockPushNotificationsPermissionProvider.swift +++ b/StreamVideoTests/Mock/MockPushNotificationsPermissionProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockRTCAudioDeviceModule.swift b/StreamVideoTests/Mock/MockRTCAudioDeviceModule.swift index 5657f2d76..1a7484010 100644 --- a/StreamVideoTests/Mock/MockRTCAudioDeviceModule.swift +++ b/StreamVideoTests/Mock/MockRTCAudioDeviceModule.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockRTCAudioStore.swift b/StreamVideoTests/Mock/MockRTCAudioStore.swift index c019ab7cb..ec54a4ee3 100644 --- a/StreamVideoTests/Mock/MockRTCAudioStore.swift +++ b/StreamVideoTests/Mock/MockRTCAudioStore.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockRTCPeerConnection.swift b/StreamVideoTests/Mock/MockRTCPeerConnection.swift index e4571761e..5f0301f52 100644 --- a/StreamVideoTests/Mock/MockRTCPeerConnection.swift +++ b/StreamVideoTests/Mock/MockRTCPeerConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinator.swift b/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinator.swift index 11c3b5910..d521308d3 100644 --- a/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinator.swift +++ b/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorFactory.swift b/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorFactory.swift index 6b1677e90..5d5126624 100644 --- a/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorFactory.swift +++ b/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorStack.swift b/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorStack.swift index e416db9d4..c21d56756 100644 --- a/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorStack.swift +++ b/StreamVideoTests/Mock/MockRTCPeerConnectionCoordinatorStack.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockRTCRtpCodecCapability.swift b/StreamVideoTests/Mock/MockRTCRtpCodecCapability.swift index 638e33f31..ff5256ab4 100644 --- a/StreamVideoTests/Mock/MockRTCRtpCodecCapability.swift +++ b/StreamVideoTests/Mock/MockRTCRtpCodecCapability.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockRTCRtpEncodingParameters.swift b/StreamVideoTests/Mock/MockRTCRtpEncodingParameters.swift index 15701ccaa..f9fa338c9 100644 --- a/StreamVideoTests/Mock/MockRTCRtpEncodingParameters.swift +++ b/StreamVideoTests/Mock/MockRTCRtpEncodingParameters.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockRTCVideoCapturerDelegate.swift b/StreamVideoTests/Mock/MockRTCVideoCapturerDelegate.swift index d4dfbc1ed..91508777a 100644 --- a/StreamVideoTests/Mock/MockRTCVideoCapturerDelegate.swift +++ b/StreamVideoTests/Mock/MockRTCVideoCapturerDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/StreamVideoTests/Mock/MockResponseBuilder.swift b/StreamVideoTests/Mock/MockResponseBuilder.swift index 1a3e42a4d..95cadc496 100644 --- a/StreamVideoTests/Mock/MockResponseBuilder.swift +++ b/StreamVideoTests/Mock/MockResponseBuilder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockSFUStack.swift b/StreamVideoTests/Mock/MockSFUStack.swift index 42432b752..3238c29e0 100644 --- a/StreamVideoTests/Mock/MockSFUStack.swift +++ b/StreamVideoTests/Mock/MockSFUStack.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockStoreDispatcher.swift b/StreamVideoTests/Mock/MockStoreDispatcher.swift index 787d71b52..4de2442d6 100644 --- a/StreamVideoTests/Mock/MockStoreDispatcher.swift +++ b/StreamVideoTests/Mock/MockStoreDispatcher.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockStreamCallAudioRecorder.swift b/StreamVideoTests/Mock/MockStreamCallAudioRecorder.swift index dc0f19d76..4e375c820 100644 --- a/StreamVideoTests/Mock/MockStreamCallAudioRecorder.swift +++ b/StreamVideoTests/Mock/MockStreamCallAudioRecorder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockStreamVideo.swift b/StreamVideoTests/Mock/MockStreamVideo.swift index 0300efa0c..eb318ffca 100644 --- a/StreamVideoTests/Mock/MockStreamVideo.swift +++ b/StreamVideoTests/Mock/MockStreamVideo.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockStreamVideoCapturer.swift b/StreamVideoTests/Mock/MockStreamVideoCapturer.swift index 2f2dd9920..90ae30667 100644 --- a/StreamVideoTests/Mock/MockStreamVideoCapturer.swift +++ b/StreamVideoTests/Mock/MockStreamVideoCapturer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockThermalStateObserver.swift b/StreamVideoTests/Mock/MockThermalStateObserver.swift index b47c3f902..128829e5b 100644 --- a/StreamVideoTests/Mock/MockThermalStateObserver.swift +++ b/StreamVideoTests/Mock/MockThermalStateObserver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockVideoCapturerFactory.swift b/StreamVideoTests/Mock/MockVideoCapturerFactory.swift index dc5d52bac..ca69b0210 100644 --- a/StreamVideoTests/Mock/MockVideoCapturerFactory.swift +++ b/StreamVideoTests/Mock/MockVideoCapturerFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift b/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift index 120571acc..5aa92add8 100644 --- a/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift +++ b/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift b/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift index 45e04dfc6..356ea1d19 100644 --- a/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift +++ b/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.swift b/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.swift index f17c1bbb5..423924880 100644 --- a/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.swift +++ b/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockWebRTCPermissionsAdapterDelegate.swift b/StreamVideoTests/Mock/MockWebRTCPermissionsAdapterDelegate.swift index ea8ed526d..2e62aa748 100644 --- a/StreamVideoTests/Mock/MockWebRTCPermissionsAdapterDelegate.swift +++ b/StreamVideoTests/Mock/MockWebRTCPermissionsAdapterDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockWebRTCStatsAdapter.swift b/StreamVideoTests/Mock/MockWebRTCStatsAdapter.swift index fd62f98e7..d1e1a848a 100644 --- a/StreamVideoTests/Mock/MockWebRTCStatsAdapter.swift +++ b/StreamVideoTests/Mock/MockWebRTCStatsAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Mock/MockWebRTCStatsCollector.swift b/StreamVideoTests/Mock/MockWebRTCStatsCollector.swift index 56c0110ac..74c0df5cf 100644 --- a/StreamVideoTests/Mock/MockWebRTCStatsCollector.swift +++ b/StreamVideoTests/Mock/MockWebRTCStatsCollector.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Mock/MockWebRTCStatsReporter.swift b/StreamVideoTests/Mock/MockWebRTCStatsReporter.swift index 7b92db87b..440aa14f0 100644 --- a/StreamVideoTests/Mock/MockWebRTCStatsReporter.swift +++ b/StreamVideoTests/Mock/MockWebRTCStatsReporter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockWebRTCTracesAdapter.swift b/StreamVideoTests/Mock/MockWebRTCTracesAdapter.swift index 16f8e2104..342df86ed 100644 --- a/StreamVideoTests/Mock/MockWebRTCTracesAdapter.swift +++ b/StreamVideoTests/Mock/MockWebRTCTracesAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/MockWebSocketClientFactory.swift b/StreamVideoTests/Mock/MockWebSocketClientFactory.swift index 7fa07830d..470664103 100644 --- a/StreamVideoTests/Mock/MockWebSocketClientFactory.swift +++ b/StreamVideoTests/Mock/MockWebSocketClientFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/PeerConnectionFactory+Mock.swift b/StreamVideoTests/Mock/PeerConnectionFactory+Mock.swift index f7c23f6a8..cf9d61209 100644 --- a/StreamVideoTests/Mock/PeerConnectionFactory+Mock.swift +++ b/StreamVideoTests/Mock/PeerConnectionFactory+Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/Store/MockMiddleware.swift b/StreamVideoTests/Mock/Store/MockMiddleware.swift index aa5658c61..890d89fc3 100644 --- a/StreamVideoTests/Mock/Store/MockMiddleware.swift +++ b/StreamVideoTests/Mock/Store/MockMiddleware.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/Store/MockReducer.swift b/StreamVideoTests/Mock/Store/MockReducer.swift index f976804fd..a3561c547 100644 --- a/StreamVideoTests/Mock/Store/MockReducer.swift +++ b/StreamVideoTests/Mock/Store/MockReducer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/Store/Store+Mocks.swift b/StreamVideoTests/Mock/Store/Store+Mocks.swift index c580d765c..21938b235 100644 --- a/StreamVideoTests/Mock/Store/Store+Mocks.swift +++ b/StreamVideoTests/Mock/Store/Store+Mocks.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/StreamVideo_Mock.swift b/StreamVideoTests/Mock/StreamVideo_Mock.swift index c78df9497..ab6a2d96a 100644 --- a/StreamVideoTests/Mock/StreamVideo_Mock.swift +++ b/StreamVideoTests/Mock/StreamVideo_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/VideoConfig+Dummy.swift b/StreamVideoTests/Mock/VideoConfig+Dummy.swift index 47e95f7fd..02f7b55ec 100644 --- a/StreamVideoTests/Mock/VideoConfig+Dummy.swift +++ b/StreamVideoTests/Mock/VideoConfig+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/WebSocketClientEnvironment_Mock.swift b/StreamVideoTests/Mock/WebSocketClientEnvironment_Mock.swift index b125f9715..7d863b8e3 100644 --- a/StreamVideoTests/Mock/WebSocketClientEnvironment_Mock.swift +++ b/StreamVideoTests/Mock/WebSocketClientEnvironment_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/WebSocketEngine_Mock.swift b/StreamVideoTests/Mock/WebSocketEngine_Mock.swift index ffc34195f..893d3480c 100644 --- a/StreamVideoTests/Mock/WebSocketEngine_Mock.swift +++ b/StreamVideoTests/Mock/WebSocketEngine_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Mock/WebSocketPingController_Mock.swift b/StreamVideoTests/Mock/WebSocketPingController_Mock.swift index 4108ebadd..90e167091 100644 --- a/StreamVideoTests/Mock/WebSocketPingController_Mock.swift +++ b/StreamVideoTests/Mock/WebSocketPingController_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Models/CallParticipants_Tests.swift b/StreamVideoTests/Models/CallParticipants_Tests.swift index 454fb9350..c8e502834 100644 --- a/StreamVideoTests/Models/CallParticipants_Tests.swift +++ b/StreamVideoTests/Models/CallParticipants_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Models/CallSettingsResponse+SettingsPriorityTests.swift b/StreamVideoTests/Models/CallSettingsResponse+SettingsPriorityTests.swift index 8fe565786..f149c4514 100644 --- a/StreamVideoTests/Models/CallSettingsResponse+SettingsPriorityTests.swift +++ b/StreamVideoTests/Models/CallSettingsResponse+SettingsPriorityTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Models/CallSettings_Tests.swift b/StreamVideoTests/Models/CallSettings_Tests.swift index 22cef08d7..f4b1effb8 100644 --- a/StreamVideoTests/Models/CallSettings_Tests.swift +++ b/StreamVideoTests/Models/CallSettings_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift b/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift index 9e26dc958..bb6fcef7b 100644 --- a/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift +++ b/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Models/JSONDecoder_Tests.swift b/StreamVideoTests/Models/JSONDecoder_Tests.swift index 3ff78a061..677f59310 100644 --- a/StreamVideoTests/Models/JSONDecoder_Tests.swift +++ b/StreamVideoTests/Models/JSONDecoder_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Models/PublishOptions_Tests.swift b/StreamVideoTests/Models/PublishOptions_Tests.swift index 06d609c18..764688ea1 100644 --- a/StreamVideoTests/Models/PublishOptions_Tests.swift +++ b/StreamVideoTests/Models/PublishOptions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Moderation/Adapters/Moderation+VideoAdapterTests.swift b/StreamVideoTests/Moderation/Adapters/Moderation+VideoAdapterTests.swift index 208d8edf6..1e23465dc 100644 --- a/StreamVideoTests/Moderation/Adapters/Moderation+VideoAdapterTests.swift +++ b/StreamVideoTests/Moderation/Adapters/Moderation+VideoAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Moderation/Moderation+ManagerTests.swift b/StreamVideoTests/Moderation/Moderation+ManagerTests.swift index 5f43d28b0..b959a7817 100644 --- a/StreamVideoTests/Moderation/Moderation+ManagerTests.swift +++ b/StreamVideoTests/Moderation/Moderation+ManagerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/StreamVideoTestCase.swift b/StreamVideoTests/StreamVideoTestCase.swift index 1c3f4c44e..0e9199234 100644 --- a/StreamVideoTests/StreamVideoTestCase.swift +++ b/StreamVideoTests/StreamVideoTestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/StreamVideo_Tests.swift b/StreamVideoTests/StreamVideo_Tests.swift index a5d3cf34a..732bb3a2b 100644 --- a/StreamVideoTests/StreamVideo_Tests.swift +++ b/StreamVideoTests/StreamVideo_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/TestUtils/AssertAsync.swift b/StreamVideoTests/TestUtils/AssertAsync.swift index 93c29fcf9..6b426509f 100644 --- a/StreamVideoTests/TestUtils/AssertAsync.swift +++ b/StreamVideoTests/TestUtils/AssertAsync.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamVideoTests/TestUtils/AssertDelay.swift b/StreamVideoTests/TestUtils/AssertDelay.swift index db26cd180..27d5c82a5 100644 --- a/StreamVideoTests/TestUtils/AssertDelay.swift +++ b/StreamVideoTests/TestUtils/AssertDelay.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/AssertJSONEqual.swift b/StreamVideoTests/TestUtils/AssertJSONEqual.swift index 31c4120e0..b1b78beb2 100644 --- a/StreamVideoTests/TestUtils/AssertJSONEqual.swift +++ b/StreamVideoTests/TestUtils/AssertJSONEqual.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/AssertTestQueue.swift b/StreamVideoTests/TestUtils/AssertTestQueue.swift index 00d389cdc..67552a158 100644 --- a/StreamVideoTests/TestUtils/AssertTestQueue.swift +++ b/StreamVideoTests/TestUtils/AssertTestQueue.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/Calendar+GMT.swift b/StreamVideoTests/TestUtils/Calendar+GMT.swift index 2f08d6cbf..f5ddcf683 100644 --- a/StreamVideoTests/TestUtils/Calendar+GMT.swift +++ b/StreamVideoTests/TestUtils/Calendar+GMT.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/EquatableEvent.swift b/StreamVideoTests/TestUtils/EquatableEvent.swift index 919425180..40908c727 100644 --- a/StreamVideoTests/TestUtils/EquatableEvent.swift +++ b/StreamVideoTests/TestUtils/EquatableEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/EventLogger.swift b/StreamVideoTests/TestUtils/EventLogger.swift index 683b107d5..bd11b03f7 100644 --- a/StreamVideoTests/TestUtils/EventLogger.swift +++ b/StreamVideoTests/TestUtils/EventLogger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/Mockable.swift b/StreamVideoTests/TestUtils/Mockable.swift index 78631f738..07aa37eb4 100644 --- a/StreamVideoTests/TestUtils/Mockable.swift +++ b/StreamVideoTests/TestUtils/Mockable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/TestError.swift b/StreamVideoTests/TestUtils/TestError.swift index 138281c6b..e1b6389e1 100644 --- a/StreamVideoTests/TestUtils/TestError.swift +++ b/StreamVideoTests/TestUtils/TestError.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/UniqueValues.swift b/StreamVideoTests/TestUtils/UniqueValues.swift index 250e559bd..58dfd94a1 100644 --- a/StreamVideoTests/TestUtils/UniqueValues.swift +++ b/StreamVideoTests/TestUtils/UniqueValues.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.swift b/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.swift index c6166b305..8b350f1db 100644 --- a/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.swift +++ b/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/VirtualTime/VirtualTimer.swift b/StreamVideoTests/TestUtils/VirtualTime/VirtualTimer.swift index 4a992ac59..c62287507 100644 --- a/StreamVideoTests/TestUtils/VirtualTime/VirtualTimer.swift +++ b/StreamVideoTests/TestUtils/VirtualTime/VirtualTimer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.swift b/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.swift index aaf43a60d..0ac9ebcaa 100644 --- a/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.swift +++ b/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/TestUtils/XCTAsyncUnwrap.swift b/StreamVideoTests/TestUtils/XCTAsyncUnwrap.swift index da1b578d3..bd92908c9 100644 --- a/StreamVideoTests/TestUtils/XCTAsyncUnwrap.swift +++ b/StreamVideoTests/TestUtils/XCTAsyncUnwrap.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamVideoTests/TestUtils/XCTestCase+Wait.swift b/StreamVideoTests/TestUtils/XCTestCase+Wait.swift index 70dde158a..b0d200aff 100644 --- a/StreamVideoTests/TestUtils/XCTestCase+Wait.swift +++ b/StreamVideoTests/TestUtils/XCTestCase+Wait.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.swift b/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.swift index 55ea631d7..94d7a5aae 100644 --- a/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.swift index 1c880dd3f..f2a28b655 100644 --- a/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.swift index 6f81f43e1..66bd1507f 100644 --- a/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.swift b/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.swift index 7e2288050..171d700b2 100644 --- a/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.swift index a6d680d97..7e43184ab 100644 --- a/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.swift index c7de02041..90cbd8f3d 100644 --- a/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.swift index 71ba460f8..4d249f89b 100644 --- a/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.swift index 45afb9a44..72aac7b27 100644 --- a/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.swift index eb43e19f2..09422d845 100644 --- a/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.swift index 36c72be89..d73f88fdb 100644 --- a/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.swift index 557ef7e4d..78600a325 100644 --- a/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.swift index ae6249c7a..0f7e45405 100644 --- a/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.swift index 9b0e788fa..d289b58bb 100644 --- a/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.swift index 120cd54a5..b8c17ea54 100644 --- a/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.swift index 363caa2d6..e212cd38d 100644 --- a/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.swift index 6b1c35c96..3786bbb66 100644 --- a/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.swift index 209f688ff..ac3ef933e 100644 --- a/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.swift index 3ba964664..2d22b5673 100644 --- a/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.swift index ffec7dd75..0f048a111 100644 --- a/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.swift index 3b037fe71..e22986a06 100644 --- a/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.swift index 432efe691..8ecf9589d 100644 --- a/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.swift index 1c6c7fe9e..8692c30d0 100644 --- a/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.swift index 9d9ff373a..675daa03d 100644 --- a/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.swift index da9c1052a..a37689ab2 100644 --- a/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.swift index 510418254..bdc63b380 100644 --- a/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/PublishOptions+Dummy.swift b/StreamVideoTests/Utilities/Dummy/PublishOptions+Dummy.swift index 7a1400a18..53323109c 100644 --- a/StreamVideoTests/Utilities/Dummy/PublishOptions+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/PublishOptions+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/RTCAudioStoreState+Dummy.swift b/StreamVideoTests/Utilities/Dummy/RTCAudioStoreState+Dummy.swift index 4b92fc738..bb48b7c19 100644 --- a/StreamVideoTests/Utilities/Dummy/RTCAudioStoreState+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RTCAudioStoreState+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift b/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift index 3b3bf4cd9..fd2b2613f 100644 --- a/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.swift b/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.swift index 857e567c5..d0a58f498 100644 --- a/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.swift index bc87b915f..46f5c6de4 100644 --- a/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.swift index 7dc21459f..d91e9ffe8 100644 --- a/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.swift index ca24bccb9..a28b9e465 100644 --- a/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.swift index 708a86c71..aaf34d03f 100644 --- a/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/SessionSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/SessionSettingsResponse+Dummy.swift index 32ace7fa1..fc46ab871 100644 --- a/StreamVideoTests/Utilities/Dummy/SessionSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/SessionSettingsResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/StreamRTCStatisticsReport+Dummy.swift b/StreamVideoTests/Utilities/Dummy/StreamRTCStatisticsReport+Dummy.swift index 65282b305..1afc26580 100644 --- a/StreamVideoTests/Utilities/Dummy/StreamRTCStatisticsReport+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/StreamRTCStatisticsReport+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_ChangePublishQuality+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_ChangePublishQuality+Dummy.swift index b729c69f4..24c3bed81 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_ChangePublishQuality+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_ChangePublishQuality+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_SubscriberOffer+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_SubscriberOffer+Dummy.swift index 287b6da7a..ddd368bf0 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_SubscriberOffer+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_SubscriberOffer+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.swift index 4369e6a1c..8dbd855b6 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoSender+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoSender+Dummy.swift index 765f92362..e229bc219 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoSender+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoSender+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.swift index 9e83d192a..26172c4b6 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_TrackInfo+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_TrackInfo+Dummy.swift index 3a719b8ce..08924ef42 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_TrackInfo+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_TrackInfo+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.swift b/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.swift index 0e7eb3acc..bddde66ec 100644 --- a/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.swift index 46dc9499c..3b85922b9 100644 --- a/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.swift index d7c6e9279..483910c03 100644 --- a/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.swift index f2522ce1a..6ed9bfe26 100644 --- a/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.swift index 7d6409b91..fcd49c0ea 100644 --- a/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/VideoFilter+Dummy.swift b/StreamVideoTests/Utilities/Dummy/VideoFilter+Dummy.swift index e62b8eaa1..969478b30 100644 --- a/StreamVideoTests/Utilities/Dummy/VideoFilter+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/VideoFilter+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.swift index 24bbae6ad..ef3f06ffd 100644 --- a/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Dummy/WebRTCTrace+Dummy.swift b/StreamVideoTests/Utilities/Dummy/WebRTCTrace+Dummy.swift index efaaa55eb..c4adba8fb 100644 --- a/StreamVideoTests/Utilities/Dummy/WebRTCTrace+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/WebRTCTrace+Dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift b/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift index f4094cc52..e714614dc 100644 --- a/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift +++ b/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreVideo diff --git a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift index ed85d1bcb..7532c56e1 100644 --- a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift +++ b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift index 96981d890..cd8645ac3 100644 --- a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift +++ b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift b/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift index acbfc3c51..c00409aaa 100644 --- a/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift +++ b/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift b/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift index 121d45af3..09af889fe 100644 --- a/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift +++ b/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CallKit diff --git a/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.swift b/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.swift index 603ab0e9d..98898d684 100644 --- a/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.swift +++ b/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/Mocks/MockCallKitService.swift b/StreamVideoTests/Utilities/Mocks/MockCallKitService.swift index 2a01cd34f..83642f4d0 100644 --- a/StreamVideoTests/Utilities/Mocks/MockCallKitService.swift +++ b/StreamVideoTests/Utilities/Mocks/MockCallKitService.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utilities/TestsAuthenticationProvider.swift b/StreamVideoTests/Utilities/TestsAuthenticationProvider.swift index 3c9f1f6df..d3074873f 100644 --- a/StreamVideoTests/Utilities/TestsAuthenticationProvider.swift +++ b/StreamVideoTests/Utilities/TestsAuthenticationProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AnyEncodable.swift b/StreamVideoTests/Utils/AnyEncodable.swift index 959b4ce9e..67d375724 100644 --- a/StreamVideoTests/Utils/AnyEncodable.swift +++ b/StreamVideoTests/Utils/AnyEncodable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/AsyncAssert.swift b/StreamVideoTests/Utils/AsyncAssert.swift index 4cfe94c77..3d4c5f46f 100644 --- a/StreamVideoTests/Utils/AsyncAssert.swift +++ b/StreamVideoTests/Utils/AsyncAssert.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule_Tests.swift index 013294fab..01f5e2172 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioDeviceModule_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter_Tests.swift index 7462f2759..97b9963a6 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/AudioEngineLevelNodeAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer_Tests.swift index f3b73526e..20da888ca 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Components/AudioBufferRenderer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine_InputContext_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine_InputContext_Tests.swift index 6e7dd32f5..202bee3ca 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine_InputContext_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioEngine_InputContext_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer_Info_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer_Info_Tests.swift index 8e84a743c..e1479da0d 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer_Info_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/AVAudioPCMBuffer_Info_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer_Info_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer_Info_Tests.swift index ada3d1d4d..d83db70e5 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer_Info_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioDeviceModule/Extensions/CMSampleBuffer_Info_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AudioToolbox diff --git a/StreamVideoTests/Utils/AudioSession/AudioProcessing/AudioProcessingStore_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioProcessing/AudioProcessingStore_Tests.swift index 0a9062a0d..5182e9ce9 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioProcessing/AudioProcessingStore_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioProcessing/AudioProcessingStore_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule_Tests.swift index 80dda9077..adaff29e5 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Components/AudioCustomProcessingModule_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioFilterMiddleware_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioFilterMiddleware_Tests.swift index 7b1a80cfd..55140b82c 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioFilterMiddleware_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/AudioFilterMiddleware_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/CapturedChannelsMiddleware_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/CapturedChannelsMiddleware_Tests.swift index d7f944020..d71c4fba6 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/CapturedChannelsMiddleware_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Middleware/CapturedChannelsMiddleware_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore_DefaultReducer_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore_DefaultReducer_Tests.swift index f058423b0..165545e18 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore_DefaultReducer_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioProcessing/Namespace/Reducers/AudioProcessingStore_DefaultReducer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_AVAudioRecorderMiddlewareTests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_AVAudioRecorderMiddlewareTests.swift index c5f681f39..ca2f2a644 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_AVAudioRecorderMiddlewareTests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_AVAudioRecorderMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_CategoryMiddlewareTests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_CategoryMiddlewareTests.swift index 74fa927ef..2658322b0 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_CategoryMiddlewareTests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_CategoryMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_InterruptionMiddlewareTests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_InterruptionMiddlewareTests.swift index 89391332a..43596fd11 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_InterruptionMiddlewareTests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_InterruptionMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_ShouldRecordMiddlewareTests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_ShouldRecordMiddlewareTests.swift index 01ccdbc7b..96f74725b 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_ShouldRecordMiddlewareTests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Middleware/StreamCallAudioRecorder_ShouldRecordMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder_DefaultReducerTests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder_DefaultReducerTests.swift index 52c54bb2b..f09e17152 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder_DefaultReducerTests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/Reducers/StreamCallAudioRecorder_DefaultReducerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_NamespaceTests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_NamespaceTests.swift index b81db4ef2..dfae0f8ef 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_NamespaceTests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_NamespaceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_StateTests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_StateTests.swift index 3cbaea39e..b6162d5ef 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_StateTests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/Namespace/StreamCallAudioRecorder_StateTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder_Tests.swift b/StreamVideoTests/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder_Tests.swift index ee5b0ef9b..c9e655e61 100644 --- a/StreamVideoTests/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/CallAudioSession/CallAudioSession_Tests.swift b/StreamVideoTests/Utils/AudioSession/CallAudioSession/CallAudioSession_Tests.swift index 637764af2..cab26f7de 100644 --- a/StreamVideoTests/Utils/AudioSession/CallAudioSession/CallAudioSession_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/CallAudioSession/CallAudioSession_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions_Tests.swift b/StreamVideoTests/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions_Tests.swift index 121043b02..2ff483a6b 100644 --- a/StreamVideoTests/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/Extensions/AVAudioSessionCategoryOptions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/Policies/DefaultAudioSessionPolicyTests.swift b/StreamVideoTests/Utils/AudioSession/Policies/DefaultAudioSessionPolicyTests.swift index ea116d76e..240394bf8 100644 --- a/StreamVideoTests/Utils/AudioSession/Policies/DefaultAudioSessionPolicyTests.swift +++ b/StreamVideoTests/Utils/AudioSession/Policies/DefaultAudioSessionPolicyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/Policies/LivestreamAudioSessionPolicyTests.swift b/StreamVideoTests/Utils/AudioSession/Policies/LivestreamAudioSessionPolicyTests.swift index 15682bef4..5d8c58cf7 100644 --- a/StreamVideoTests/Utils/AudioSession/Policies/LivestreamAudioSessionPolicyTests.swift +++ b/StreamVideoTests/Utils/AudioSession/Policies/LivestreamAudioSessionPolicyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicyTests.swift b/StreamVideoTests/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicyTests.swift index bf6fd888d..f858937e1 100644 --- a/StreamVideoTests/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicyTests.swift +++ b/StreamVideoTests/Utils/AudioSession/Policies/OwnCapabilitiesAudioSessionPolicyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver_Tests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver_Tests.swift index 372a0a2fc..220e2a309 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/AVAudioSessionObserver_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher_Tests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher_Tests.swift index c8e3cc317..2ea7ad4ff 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioSessionPublisher_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore_AVAudioSessionConfigurationValidatorTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore_AVAudioSessionConfigurationValidatorTests.swift index 630334be4..115e49430 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore_AVAudioSessionConfigurationValidatorTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Components/RTCAudioStore_AVAudioSessionConfigurationValidatorTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_AVAudioSessionEffectTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_AVAudioSessionEffectTests.swift index 4fcf5ed18..2cca2e3b9 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_AVAudioSessionEffectTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_AVAudioSessionEffectTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_InterruptionsEffectTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_InterruptionsEffectTests.swift index 682a04468..d13e0fe8a 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_InterruptionsEffectTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_InterruptionsEffectTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_RouteChangeEffectTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_RouteChangeEffectTests.swift index 579500805..7ce135927 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_RouteChangeEffectTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_RouteChangeEffectTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_StereoPlayoutEffectTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_StereoPlayoutEffectTests.swift index 19085bb34..30228d78d 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_StereoPlayoutEffectTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Effects/RTCAudioStore_StereoPlayoutEffectTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore_AudioDeviceModuleMiddlewareTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore_AudioDeviceModuleMiddlewareTests.swift index f6359ba88..6799e1cd3 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore_AudioDeviceModuleMiddlewareTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Middleware/RTCAudioStore_AudioDeviceModuleMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore_CoordinatorTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore_CoordinatorTests.swift index ae8ee81e5..7e3e65773 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore_CoordinatorTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/RTCAudioStore_CoordinatorTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_AVAudioSessionReducerTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_AVAudioSessionReducerTests.swift index 204636429..c29c91c57 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_AVAudioSessionReducerTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_AVAudioSessionReducerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_CallKitReducerTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_CallKitReducerTests.swift index 4906bb0a5..12a9e2e6c 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_CallKitReducerTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_CallKitReducerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_DefaultReducerTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_DefaultReducerTests.swift index 19fcad34f..bc749b08b 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_DefaultReducerTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_DefaultReducerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_WebRTCAudioSessionReducerTests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_WebRTCAudioSessionReducerTests.swift index 9881e6f32..71c37b207 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_WebRTCAudioSessionReducerTests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/Namespace/Reducers/RTCAudioStore_WebRTCAudioSessionReducerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/RTCAudioStore_Tests.swift b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/RTCAudioStore_Tests.swift index 7b8e14f48..3629b5ad7 100644 --- a/StreamVideoTests/Utils/AudioSession/RTCAudioStore/RTCAudioStore_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/RTCAudioStore/RTCAudioStore_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Battery/BatteryStoreDefaultReducer_Tests.swift b/StreamVideoTests/Utils/Battery/BatteryStoreDefaultReducer_Tests.swift index 504d45b11..e077b71a3 100644 --- a/StreamVideoTests/Utils/Battery/BatteryStoreDefaultReducer_Tests.swift +++ b/StreamVideoTests/Utils/Battery/BatteryStoreDefaultReducer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Battery/BatteryStoreObservationMiddleware_Tests.swift b/StreamVideoTests/Utils/Battery/BatteryStoreObservationMiddleware_Tests.swift index 37db0d444..216ef1066 100644 --- a/StreamVideoTests/Utils/Battery/BatteryStoreObservationMiddleware_Tests.swift +++ b/StreamVideoTests/Utils/Battery/BatteryStoreObservationMiddleware_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // #if canImport(UIKit) diff --git a/StreamVideoTests/Utils/Battery/BatteryStore_Tests.swift b/StreamVideoTests/Utils/Battery/BatteryStore_Tests.swift index 546a923a9..9e8be9cfb 100644 --- a/StreamVideoTests/Utils/Battery/BatteryStore_Tests.swift +++ b/StreamVideoTests/Utils/Battery/BatteryStore_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/CallCache_Tests.swift b/StreamVideoTests/Utils/CallCache_Tests.swift index ab585fb4a..2a1d56389 100644 --- a/StreamVideoTests/Utils/CallCache_Tests.swift +++ b/StreamVideoTests/Utils/CallCache_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/ClosedCaptionsAdapterTests.swift b/StreamVideoTests/Utils/ClosedCaptionsAdapterTests.swift index 25ea11a0f..2a385772a 100644 --- a/StreamVideoTests/Utils/ClosedCaptionsAdapterTests.swift +++ b/StreamVideoTests/Utils/ClosedCaptionsAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_Tests.swift b/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_Tests.swift index ffed18287..63b33d1a9 100644 --- a/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_Tests.swift +++ b/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/ConsumableBucket/ConsumableBucket_Tests.swift b/StreamVideoTests/Utils/ConsumableBucket/ConsumableBucket_Tests.swift index ed2babb49..e01ec9785 100644 --- a/StreamVideoTests/Utils/ConsumableBucket/ConsumableBucket_Tests.swift +++ b/StreamVideoTests/Utils/ConsumableBucket/ConsumableBucket_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/EventBatcher_Tests.swift b/StreamVideoTests/Utils/EventBatcher_Tests.swift index 26c765f31..ea6afca85 100644 --- a/StreamVideoTests/Utils/EventBatcher_Tests.swift +++ b/StreamVideoTests/Utils/EventBatcher_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Extensions/Combine/PublisherAsyncStreamTests.swift b/StreamVideoTests/Utils/Extensions/Combine/PublisherAsyncStreamTests.swift index 06c73a592..cf0e5d8ab 100644 --- a/StreamVideoTests/Utils/Extensions/Combine/PublisherAsyncStreamTests.swift +++ b/StreamVideoTests/Utils/Extensions/Combine/PublisherAsyncStreamTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Extensions/Foundation/DateMillisecondsSince1970_Tests.swift b/StreamVideoTests/Utils/Extensions/Foundation/DateMillisecondsSince1970_Tests.swift index 15adaff2f..27c093ff9 100644 --- a/StreamVideoTests/Utils/Extensions/Foundation/DateMillisecondsSince1970_Tests.swift +++ b/StreamVideoTests/Utils/Extensions/Foundation/DateMillisecondsSince1970_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/IdleTimerAdapter/IdleTimerAdapter_Tests.swift b/StreamVideoTests/Utils/IdleTimerAdapter/IdleTimerAdapter_Tests.swift index 8d8708dd6..4688e48ae 100644 --- a/StreamVideoTests/Utils/IdleTimerAdapter/IdleTimerAdapter_Tests.swift +++ b/StreamVideoTests/Utils/IdleTimerAdapter/IdleTimerAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Logger/LoggerConcurrency_Tests.swift b/StreamVideoTests/Utils/Logger/LoggerConcurrency_Tests.swift index b280c612b..53ad64239 100644 --- a/StreamVideoTests/Utils/Logger/LoggerConcurrency_Tests.swift +++ b/StreamVideoTests/Utils/Logger/LoggerConcurrency_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Mapping_Tests.swift b/StreamVideoTests/Utils/Mapping_Tests.swift index 8f426f3cf..d7d33aad6 100644 --- a/StreamVideoTests/Utils/Mapping_Tests.swift +++ b/StreamVideoTests/Utils/Mapping_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/OperationQueue+TaskOperations/OperationQueue_TaskOperationTests.swift b/StreamVideoTests/Utils/OperationQueue+TaskOperations/OperationQueue_TaskOperationTests.swift index ade580bce..34c523c18 100644 --- a/StreamVideoTests/Utils/OperationQueue+TaskOperations/OperationQueue_TaskOperationTests.swift +++ b/StreamVideoTests/Utils/OperationQueue+TaskOperations/OperationQueue_TaskOperationTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/OrderedCapacityQueueTests.swift b/StreamVideoTests/Utils/OrderedCapacityQueueTests.swift index 68328132a..7ba2b5dba 100644 --- a/StreamVideoTests/Utils/OrderedCapacityQueueTests.swift +++ b/StreamVideoTests/Utils/OrderedCapacityQueueTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicyTests.swift b/StreamVideoTests/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicyTests.swift index 96188512b..3c15b64bc 100644 --- a/StreamVideoTests/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicyTests.swift +++ b/StreamVideoTests/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_CameraMiddlewareTests.swift b/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_CameraMiddlewareTests.swift index 4465ef4ee..7c9af7962 100644 --- a/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_CameraMiddlewareTests.swift +++ b/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_CameraMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_MicrophoneMiddlewareTests.swift b/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_MicrophoneMiddlewareTests.swift index ae1d91290..5697e9e5d 100644 --- a/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_MicrophoneMiddlewareTests.swift +++ b/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_MicrophoneMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_PushNotificationsMiddlewareTests.swift b/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_PushNotificationsMiddlewareTests.swift index dc2913123..c972bd7b0 100644 --- a/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_PushNotificationsMiddlewareTests.swift +++ b/StreamVideoTests/Utils/PermissionStore/Namespace/Middleware/PermissionStore_PushNotificationsMiddlewareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/PermissionStore/Namespace/Reducers/PermissionStore_DefaultReducerTests.swift b/StreamVideoTests/Utils/PermissionStore/Namespace/Reducers/PermissionStore_DefaultReducerTests.swift index 90c01b9c2..35fb382dc 100644 --- a/StreamVideoTests/Utils/PermissionStore/Namespace/Reducers/PermissionStore_DefaultReducerTests.swift +++ b/StreamVideoTests/Utils/PermissionStore/Namespace/Reducers/PermissionStore_DefaultReducerTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/PermissionStore/PermissionStore_Tests.swift b/StreamVideoTests/Utils/PermissionStore/PermissionStore_Tests.swift index 0adf05156..056eedf49 100644 --- a/StreamVideoTests/Utils/PermissionStore/PermissionStore_Tests.swift +++ b/StreamVideoTests/Utils/PermissionStore/PermissionStore_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/Proximity/Monitor/ProximityMonitor_Tests.swift b/StreamVideoTests/Utils/Proximity/Monitor/ProximityMonitor_Tests.swift index 1d0ce82f8..0ecc82390 100644 --- a/StreamVideoTests/Utils/Proximity/Monitor/ProximityMonitor_Tests.swift +++ b/StreamVideoTests/Utils/Proximity/Monitor/ProximityMonitor_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Proximity/Policies/SpeakerProximityPolicy_Tests.swift b/StreamVideoTests/Utils/Proximity/Policies/SpeakerProximityPolicy_Tests.swift index be55c5739..9e2ff4508 100644 --- a/StreamVideoTests/Utils/Proximity/Policies/SpeakerProximityPolicy_Tests.swift +++ b/StreamVideoTests/Utils/Proximity/Policies/SpeakerProximityPolicy_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/Utils/Proximity/Policies/VideoProximityPolicy_Tests.swift b/StreamVideoTests/Utils/Proximity/Policies/VideoProximityPolicy_Tests.swift index 710cc286e..f0ad0ed63 100644 --- a/StreamVideoTests/Utils/Proximity/Policies/VideoProximityPolicy_Tests.swift +++ b/StreamVideoTests/Utils/Proximity/Policies/VideoProximityPolicy_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift b/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift index 160ac0e2b..15364a87e 100644 --- a/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift +++ b/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift b/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift index f1343cb47..702b76575 100644 --- a/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift +++ b/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/RawJSON_Tests.swift b/StreamVideoTests/Utils/RawJSON_Tests.swift index 8a7bce40c..b2c221235 100644 --- a/StreamVideoTests/Utils/RawJSON_Tests.swift +++ b/StreamVideoTests/Utils/RawJSON_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_Tests.swift b/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_Tests.swift index df8d34561..9be4ba96c 100644 --- a/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_Tests.swift +++ b/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/Utils/RepeatingTimer_Tests.swift b/StreamVideoTests/Utils/RepeatingTimer_Tests.swift index a78ab4662..a349de041 100644 --- a/StreamVideoTests/Utils/RepeatingTimer_Tests.swift +++ b/StreamVideoTests/Utils/RepeatingTimer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Sorting_Tests.swift b/StreamVideoTests/Utils/Sorting_Tests.swift index bef107ae3..82208abdf 100644 --- a/StreamVideoTests/Utils/Sorting_Tests.swift +++ b/StreamVideoTests/Utils/Sorting_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Store/StoreTask_Tests.swift b/StreamVideoTests/Utils/Store/StoreTask_Tests.swift index d67dfc584..6d819d170 100644 --- a/StreamVideoTests/Utils/Store/StoreTask_Tests.swift +++ b/StreamVideoTests/Utils/Store/StoreTask_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Store/Store_ConcurrencyTests.swift b/StreamVideoTests/Utils/Store/Store_ConcurrencyTests.swift index fb9cb7e1b..e3b24f0fd 100644 --- a/StreamVideoTests/Utils/Store/Store_ConcurrencyTests.swift +++ b/StreamVideoTests/Utils/Store/Store_ConcurrencyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Store/Store_PerformanceTests.swift b/StreamVideoTests/Utils/Store/Store_PerformanceTests.swift index 555680a15..e3ca087f5 100644 --- a/StreamVideoTests/Utils/Store/Store_PerformanceTests.swift +++ b/StreamVideoTests/Utils/Store/Store_PerformanceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Store/Store_RaceConditionTests.swift b/StreamVideoTests/Utils/Store/Store_RaceConditionTests.swift index 5db583534..8a86d0121 100644 --- a/StreamVideoTests/Utils/Store/Store_RaceConditionTests.swift +++ b/StreamVideoTests/Utils/Store/Store_RaceConditionTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Store/Store_Tests.swift b/StreamVideoTests/Utils/Store/Store_Tests.swift index d844dac6f..32efddade 100644 --- a/StreamVideoTests/Utils/Store/Store_Tests.swift +++ b/StreamVideoTests/Utils/Store/Store_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/ThermalStateObserverTests.swift b/StreamVideoTests/Utils/ThermalStateObserverTests.swift index 539a21a12..ea64e1082 100644 --- a/StreamVideoTests/Utils/ThermalStateObserverTests.swift +++ b/StreamVideoTests/Utils/ThermalStateObserverTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/Timers/TimerPublisher_Tests.swift b/StreamVideoTests/Utils/Timers/TimerPublisher_Tests.swift index 0d4798bbe..797f061d4 100644 --- a/StreamVideoTests/Utils/Timers/TimerPublisher_Tests.swift +++ b/StreamVideoTests/Utils/Timers/TimerPublisher_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/Utils/XCTest Performance/PerformanceMetrics.swift b/StreamVideoTests/Utils/XCTest Performance/PerformanceMetrics.swift index 5fccad3d1..b28f6f38b 100644 --- a/StreamVideoTests/Utils/XCTest Performance/PerformanceMetrics.swift +++ b/StreamVideoTests/Utils/XCTest Performance/PerformanceMetrics.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift b/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift index 1c73021b9..95772ec6d 100644 --- a/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift +++ b/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift b/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift index 2b546565e..e2e61c141 100644 --- a/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift +++ b/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/RTCConfiguration_DefaultsTests.swift b/StreamVideoTests/WebRTC/RTCConfiguration_DefaultsTests.swift index 5489638b7..f53f20d5f 100644 --- a/StreamVideoTests/WebRTC/RTCConfiguration_DefaultsTests.swift +++ b/StreamVideoTests/WebRTC/RTCConfiguration_DefaultsTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift b/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift index b9da11752..32871db80 100644 --- a/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift +++ b/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Retries_Tests.swift b/StreamVideoTests/WebRTC/Retries_Tests.swift index c3bf828b4..9ccce25ce 100644 --- a/StreamVideoTests/WebRTC/Retries_Tests.swift +++ b/StreamVideoTests/WebRTC/Retries_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/SFU/Extensions/SFUAdapterEvent_Tests.swift b/StreamVideoTests/WebRTC/SFU/Extensions/SFUAdapterEvent_Tests.swift index 339ee2b45..55b027b2e 100644 --- a/StreamVideoTests/WebRTC/SFU/Extensions/SFUAdapterEvent_Tests.swift +++ b/StreamVideoTests/WebRTC/SFU/Extensions/SFUAdapterEvent_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.swift b/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.swift index 5302a47a5..e86091633 100644 --- a/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.swift +++ b/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.swift b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.swift index 895d83667..d79ab8ebe 100644 --- a/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.swift +++ b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.swift b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.swift index 3ac951519..ef28ee313 100644 --- a/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.swift +++ b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift b/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift index 0eea85c9b..05a3321c5 100644 --- a/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift b/StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift index 1c3c48fad..d39e91d66 100644 --- a/StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift b/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift index c2a8d3cd8..6d480554f 100644 --- a/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift +++ b/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_Tests.swift b/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_Tests.swift index e00a6f893..61929c97d 100644 --- a/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_Tests.swift +++ b/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.swift b/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.swift index a93de609a..20f1b949d 100644 --- a/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.swift +++ b/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_Tests.swift b/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_Tests.swift index 23dfb8129..88a12f92d 100644 --- a/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_Tests.swift +++ b/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/VideoCapturing/StreamVideoCaptureHandler_Tests.swift b/StreamVideoTests/WebRTC/VideoCapturing/StreamVideoCaptureHandler_Tests.swift index fa669b79a..766e1c2ea 100644 --- a/StreamVideoTests/WebRTC/VideoCapturing/StreamVideoCaptureHandler_Tests.swift +++ b/StreamVideoTests/WebRTC/VideoCapturing/StreamVideoCaptureHandler_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_Tests.swift b/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_Tests.swift index af8891223..1ca631ff9 100644 --- a/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_Tests.swift +++ b/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift index ab8527496..18470186d 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_AdaptTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_AdaptTests.swift index 671a197a0..830e09075 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_AdaptTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_AdaptTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_DefaultValuesTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_DefaultValuesTests.swift index 6c34ea5b3..b758ab9ba 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_DefaultValuesTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/CoreGraphics/CGSize_DefaultValuesTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/StreamVideoTests/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions_DefaultValuesTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions_DefaultValuesTests.swift index feba51b15..042237950 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions_DefaultValuesTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/CoreMedia/CMVideoDimensions_DefaultValuesTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Array_PrepareTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Array_PrepareTests.swift index 97553ee0e..78eadbda6 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Array_PrepareTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Array_PrepareTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Comparable_ClampedTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Comparable_ClampedTests.swift index 469a71157..0679c8ea7 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Comparable_ClampedTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Comparable_ClampedTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Int_DefaultValuesTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Int_DefaultValuesTests.swift index 3084b7121..8e1587ddd 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Int_DefaultValuesTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Int_DefaultValuesTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Publisher_TaskSinkTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Publisher_TaskSinkTests.swift index 5f9ca7a37..84ba797f6 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Publisher_TaskSinkTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Foundation/Publisher_TaskSinkTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsCodec_ConvenienceTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsCodec_ConvenienceTests.swift index 4e6845b20..a951a40ff 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsCodec_ConvenienceTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsCodec_ConvenienceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_ConvenienceTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_ConvenienceTests.swift index 97220fffc..5d38c1b58 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_ConvenienceTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_ConvenienceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_VideoLayersTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_VideoLayersTests.swift index ecbc0e6ef..e9aa2f833 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_VideoLayersTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsPublishOption_VideoLayersTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreMedia diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsVideoLayer_ConvenienceTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsVideoLayer_ConvenienceTests.swift index ac3624d92..09c9e4c7e 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsVideoLayer_ConvenienceTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuModelsVideoLayer_ConvenienceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuSignalTrackSubscriptionDetails_ConvenienceTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuSignalTrackSubscriptionDetails_ConvenienceTests.swift index 2c585cf5f..f495cc5db 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuSignalTrackSubscriptionDetails_ConvenienceTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/Protobuf/StreamVideoSfuSignalTrackSubscriptionDetails_ConvenienceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack_CloneTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack_CloneTests.swift index ffdcbcbe5..d9f206fea 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack_CloneTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCAudioTrack_CloneTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack_CloneTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack_CloneTests.swift index 8f0c5d6e1..87b7b5e67 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack_CloneTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/WebRTC/RTCVideoTrack_CloneTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/IntegrationTests/WebRTCIntegrationTests.swift b/StreamVideoTests/WebRTC/v2/IntegrationTests/WebRTCIntegrationTests.swift index 3722cfde6..49a794e97 100644 --- a/StreamVideoTests/WebRTC/v2/IntegrationTests/WebRTCIntegrationTests.swift +++ b/StreamVideoTests/WebRTC/v2/IntegrationTests/WebRTCIntegrationTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_Tests.swift index 847702c34..ff66be8f9 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter_Tests.swift index 52f8e4b52..61ebca690 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEConnectionStateAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream_ConvenienceTests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream_ConvenienceTests.swift index 38b7387a4..c66090751 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream_ConvenienceTests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream_ConvenienceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters_Test.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters_Test.swift index b2f790151..4d70873a0 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters_Test.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpEncodingParameters_Test.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_ConvenienceTests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_ConvenienceTests.swift index b542abbba..6f00e4018 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_ConvenienceTests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_ConvenienceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_Tests.swift index d04be3e97..f6708ad84 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverInit_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_Tests.swift index bddcdca0c..804a120a3 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter_Tests.swift index 6180c8974..2a28956c0 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter_Tests.swift index 8a005962a..5ddf720b1 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalScreenShareMediaAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter_Tests.swift index 98e7813a6..33dfa9cfa 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_Tests.swift index 2706c34a3..022636cd1 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter_Tests.swift index d4d76d132..c1399f984 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/ApplicationLifecycleVideoMuteAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage_Tests.swift index ffb360467..686cfb666 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/Utilities/MediaTransceiverStorage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_Tests.swift index 7e6c016b4..82948c0a8 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection_EventsTests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection_EventsTests.swift index 3143cba38..2d23d3a89 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection_EventsTests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection_EventsTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift index b989614a0..03fdc6a86 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/SDP Parsing/Models/SupportedPrefix_Tests.swift b/StreamVideoTests/WebRTC/v2/SDP Parsing/Models/SupportedPrefix_Tests.swift index 1db1ccfc4..8ee9ca1d9 100644 --- a/StreamVideoTests/WebRTC/v2/SDP Parsing/Models/SupportedPrefix_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/SDP Parsing/Models/SupportedPrefix_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/SDPParser_Tests.swift b/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/SDPParser_Tests.swift index 69a824b93..221090394 100644 --- a/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/SDPParser_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/SDPParser_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitorTests.swift b/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitorTests.swift index d47c37864..abacde258 100644 --- a/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitorTests.swift +++ b/StreamVideoTests/WebRTC/v2/SDP Parsing/Parser/Visitors/RTPMapVisitorTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_BlockedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_BlockedStageTests.swift index 296b0ac6e..12e0aa7eb 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_BlockedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_BlockedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift index 989a6e2e6..c409a26b4 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift index de5cb3aee..3e87cf6fa 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift index cb6eca68b..32510c7f0 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift index e3047f3ab..acbc53386 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift index e912b0f3a..655090eb5 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift index 013151966..a22c70b18 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift index bd48fbffa..bbc9e8bd0 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift index 5f125c3c6..da623d175 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift index 847edbe7f..73e2268c3 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoiningStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoiningStageTests.swift index 756aad30a..7fefa23cf 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoiningStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoiningStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift index c5289ca7e..35db6c929 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift index 09b5da3de..7b3a5bdfb 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift index 2965c00a4..8a0f36192 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift index 945de360c..cd267d190 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift index 15b71c7a0..950a1be7b 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Stats/Collector/WebRTCStatsCollector_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/Collector/WebRTCStatsCollector_Tests.swift index 2fc0a815c..42159738d 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/Collector/WebRTCStatsCollector_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/Collector/WebRTCStatsCollector_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer_Tests.swift index f3224e7b3..2ace6ca23 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/Components/WebRTCStatsItemTransformer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport_Tests.swift index b881b1ef2..e84dd8124 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatisticsReport_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatistics_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatistics_Tests.swift index 875c10448..606d03dbe 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatistics_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/Models/MutableRTCStatistics_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Stats/Models/WebRTCTrace_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/Models/WebRTCTrace_Tests.swift index ca1b462bd..4e7c77a28 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/Models/WebRTCTrace_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/Models/WebRTCTrace_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter_Tests.swift index cdc894965..58bf79767 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter_Tests.swift index a8aa4d83c..c99024f8e 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/Traces/WebRTCTracesAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/Stats/WebRTCStatsAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/Stats/WebRTCStatsAdapter_Tests.swift index 09a464ea4..4b2acc08e 100644 --- a/StreamVideoTests/WebRTC/v2/Stats/WebRTCStatsAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/Stats/WebRTCStatsAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter_Tests.swift index f916dd56a..855cb04b7 100644 --- a/StreamVideoTests/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/UpdateSubscriptions/WebRTCUpdateSubscriptionsAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter_Convert_Tests.swift b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter_Convert_Tests.swift index e8aa0a29a..3db2cc979 100644 --- a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter_Convert_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioConverter_Convert_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat_Equality_Tests.swift b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat_Equality_Tests.swift index e2caaf684..a02c0755a 100644 --- a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat_Equality_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioFormat_Equality_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer_FromCMSampleBuffer_Tests.swift b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer_FromCMSampleBuffer_Tests.swift index e49a4778b..518eaf7f1 100644 --- a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer_FromCMSampleBuffer_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AVAudioPCMBuffer_FromCMSampleBuffer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AudioToolbox diff --git a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter_Tests.swift b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter_Tests.swift index 2cec2aeb0..9feebb449 100644 --- a/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/VideoCapturing/ActionHandlers/ScreenShare/Extensions/AudioConverter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/StreamVideoTests/WebRTC/v2/WebRTCAuthenticator_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCAuthenticator_Tests.swift index 1aecb2725..4f902b113 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCAuthenticator_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCAuthenticator_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift index 425f70d8a..63f1c1756 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/WebRTCCoorindator_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCCoorindator_Tests.swift index 121382efa..cebd09570 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCCoorindator_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCCoorindator_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift index 6fa71fa56..1edb4012d 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_Tests.swift index ac5414f7f..4c98d10eb 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/v2/WebRTCPermissionsAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCPermissionsAdapter_Tests.swift index 2a8b27fba..12e249483 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCPermissionsAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCPermissionsAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/WebRTC/v2/WebRTCStateAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCStateAdapter_Tests.swift index 7c5ca14dc..62dae6145 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCStateAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCStateAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/WebRTCTrackStorage_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCTrackStorage_Tests.swift index f871942ad..ca2fb4c71 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCTrackStorage_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCTrackStorage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift b/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift index 0385531c8..603563397 100644 --- a/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift +++ b/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift b/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift index 24ba2c19b..b0e08a1a8 100644 --- a/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift +++ b/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import CoreData diff --git a/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift b/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift index 4aab46a98..b18dc60fd 100644 --- a/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift +++ b/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift b/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift index 61b553a36..ea981a425 100644 --- a/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift +++ b/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift b/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift index 5ed2831c8..a034c093a 100644 --- a/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift +++ b/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift b/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift index e8fd3a510..f710928b3 100644 --- a/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift +++ b/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSockets/Events/EventTests.swift b/StreamVideoTests/WebSockets/Events/EventTests.swift index c90575f30..65825cff0 100644 --- a/StreamVideoTests/WebSockets/Events/EventTests.swift +++ b/StreamVideoTests/WebSockets/Events/EventTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamVideoTests/protobuf/SignalServer_Tests.swift b/StreamVideoTests/protobuf/SignalServer_Tests.swift index ae0547e52..72a52516f 100644 --- a/StreamVideoTests/protobuf/SignalServer_Tests.swift +++ b/StreamVideoTests/protobuf/SignalServer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoUIKitTests/CallViewController_Tests.swift b/StreamVideoUIKitTests/CallViewController_Tests.swift index fe4b1c45d..669ffaab4 100644 --- a/StreamVideoUIKitTests/CallViewController_Tests.swift +++ b/StreamVideoUIKitTests/CallViewController_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/SwiftUIDemoAppUITests/Pages/CallDetailsPage.swift b/SwiftUIDemoAppUITests/Pages/CallDetailsPage.swift index f5461443c..6503bb631 100644 --- a/SwiftUIDemoAppUITests/Pages/CallDetailsPage.swift +++ b/SwiftUIDemoAppUITests/Pages/CallDetailsPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Pages/CallPage.swift b/SwiftUIDemoAppUITests/Pages/CallPage.swift index a7a113ce7..284a77706 100644 --- a/SwiftUIDemoAppUITests/Pages/CallPage.swift +++ b/SwiftUIDemoAppUITests/Pages/CallPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Pages/LobbyPage.swift b/SwiftUIDemoAppUITests/Pages/LobbyPage.swift index 492aee5b4..940c92ba5 100644 --- a/SwiftUIDemoAppUITests/Pages/LobbyPage.swift +++ b/SwiftUIDemoAppUITests/Pages/LobbyPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Pages/LoginPage.swift b/SwiftUIDemoAppUITests/Pages/LoginPage.swift index 3e49b9e50..a445318a5 100644 --- a/SwiftUIDemoAppUITests/Pages/LoginPage.swift +++ b/SwiftUIDemoAppUITests/Pages/LoginPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Robots/UserRobot+Asserts.swift b/SwiftUIDemoAppUITests/Robots/UserRobot+Asserts.swift index fd49fdf0e..3a8330d6e 100644 --- a/SwiftUIDemoAppUITests/Robots/UserRobot+Asserts.swift +++ b/SwiftUIDemoAppUITests/Robots/UserRobot+Asserts.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Robots/UserRobot.swift b/SwiftUIDemoAppUITests/Robots/UserRobot.swift index 37a3ae980..9aec6024e 100644 --- a/SwiftUIDemoAppUITests/Robots/UserRobot.swift +++ b/SwiftUIDemoAppUITests/Robots/UserRobot.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/StreamVideoUITests.swift b/SwiftUIDemoAppUITests/StreamVideoUITests.swift index d7c85c208..e9be75f2a 100644 --- a/SwiftUIDemoAppUITests/StreamVideoUITests.swift +++ b/SwiftUIDemoAppUITests/StreamVideoUITests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/SwiftUIDemoAppUITests/Tests/Authentication_Tests.swift b/SwiftUIDemoAppUITests/Tests/Authentication_Tests.swift index 96a72a87a..4304f3425 100644 --- a/SwiftUIDemoAppUITests/Tests/Authentication_Tests.swift +++ b/SwiftUIDemoAppUITests/Tests/Authentication_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Tests/CallFlow_PerformanceTests.swift b/SwiftUIDemoAppUITests/Tests/CallFlow_PerformanceTests.swift index 6fc3454b7..63ce8c06a 100644 --- a/SwiftUIDemoAppUITests/Tests/CallFlow_PerformanceTests.swift +++ b/SwiftUIDemoAppUITests/Tests/CallFlow_PerformanceTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.swift b/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.swift index e9bd20be5..bc477e125 100644 --- a/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.swift +++ b/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Tests/CallViewsTests.swift b/SwiftUIDemoAppUITests/Tests/CallViewsTests.swift index 5d39dbca5..0aa3ee8b8 100644 --- a/SwiftUIDemoAppUITests/Tests/CallViewsTests.swift +++ b/SwiftUIDemoAppUITests/Tests/CallViewsTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift b/SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift index 1f2313134..de015c7b8 100644 --- a/SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift +++ b/SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Tests/LobbyTests.swift b/SwiftUIDemoAppUITests/Tests/LobbyTests.swift index d36eb17db..0506ee5e2 100644 --- a/SwiftUIDemoAppUITests/Tests/LobbyTests.swift +++ b/SwiftUIDemoAppUITests/Tests/LobbyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.swift b/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.swift index 37e052ab1..4c8dcce98 100644 --- a/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.swift +++ b/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Tests/ReconnectionTests.swift b/SwiftUIDemoAppUITests/Tests/ReconnectionTests.swift index 504579d39..657bea31c 100644 --- a/SwiftUIDemoAppUITests/Tests/ReconnectionTests.swift +++ b/SwiftUIDemoAppUITests/Tests/ReconnectionTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Tests/RingProcessTests.swift b/SwiftUIDemoAppUITests/Tests/RingProcessTests.swift index c84d1736c..270ee5c55 100644 --- a/SwiftUIDemoAppUITests/Tests/RingProcessTests.swift +++ b/SwiftUIDemoAppUITests/Tests/RingProcessTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/SwiftUIDemoAppUITests/Tests/StreamTestCase.swift b/SwiftUIDemoAppUITests/Tests/StreamTestCase.swift index 6926268eb..cc895b9a2 100644 --- a/SwiftUIDemoAppUITests/Tests/StreamTestCase.swift +++ b/SwiftUIDemoAppUITests/Tests/StreamTestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/TestTools/Robots/ParticipantRobot.swift b/TestTools/Robots/ParticipantRobot.swift index a01a514ad..85443408e 100644 --- a/TestTools/Robots/ParticipantRobot.swift +++ b/TestTools/Robots/ParticipantRobot.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import XCTest diff --git a/TestTools/Robots/Sinatra.swift b/TestTools/Robots/Sinatra.swift index 87aa4aab4..eccf6506c 100644 --- a/TestTools/Robots/Sinatra.swift +++ b/TestTools/Robots/Sinatra.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/TestTools/TestData/ImageFactory.swift b/TestTools/TestData/ImageFactory.swift index e1c3e1def..c0748b201 100644 --- a/TestTools/TestData/ImageFactory.swift +++ b/TestTools/TestData/ImageFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/TestTools/TestData/LaunchArgument.swift b/TestTools/TestData/LaunchArgument.swift index 0f64f56b1..1ce31b0bd 100644 --- a/TestTools/TestData/LaunchArgument.swift +++ b/TestTools/TestData/LaunchArgument.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/TestTools/TestData/StreamVideoTestResources.swift b/TestTools/TestData/StreamVideoTestResources.swift index 67018d567..c35bca739 100644 --- a/TestTools/TestData/StreamVideoTestResources.swift +++ b/TestTools/TestData/StreamVideoTestResources.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/TestTools/TestData/ViewFactory.swift b/TestTools/TestData/ViewFactory.swift index 7b8018233..e276613b2 100644 --- a/TestTools/TestData/ViewFactory.swift +++ b/TestTools/TestData/ViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/TestTools/UITests/Safari.swift b/TestTools/UITests/Safari.swift index b4754099f..50a081f3e 100644 --- a/TestTools/UITests/Safari.swift +++ b/TestTools/UITests/Safari.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation diff --git a/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift b/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift index 622dbd58b..72c84bf41 100644 --- a/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift +++ b/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift @@ -1,5 +1,5 @@ // -// Copyright © 2025 Stream.io Inc. All rights reserved. +// Copyright © 2026 Stream.io Inc. All rights reserved. // import Foundation