diff --git a/StreamVideo.xcodeproj/project.pbxproj b/StreamVideo.xcodeproj/project.pbxproj index 1ac2c6455..3840d8d33 100644 --- a/StreamVideo.xcodeproj/project.pbxproj +++ b/StreamVideo.xcodeproj/project.pbxproj @@ -77,6 +77,7 @@ 4093861A2AA09E4A00FF5AF4 /* MemoryLogDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409386192AA09E4A00FF5AF4 /* MemoryLogDestination.swift */; }; 4093861C2AA0A11500FF5AF4 /* LogQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4093861B2AA0A11500FF5AF4 /* LogQueue.swift */; }; 4093861F2AA0A21800FF5AF4 /* MemoryLogViewer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4093861E2AA0A21800FF5AF4 /* MemoryLogViewer.swift */; }; + 40942B5D2AD4110A00CE4EDD /* CALayer+IntelWorkaround.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40942B5C2AD4110A00CE4EDD /* CALayer+IntelWorkaround.swift */; }; 409BFA402A9F79D2003341EF /* View+OptionalPublisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409BFA3F2A9F79D2003341EF /* View+OptionalPublisher.swift */; }; 409BFA432A9F7BBB003341EF /* ReadableContentGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409BFA422A9F7BBB003341EF /* ReadableContentGuide.swift */; }; 40AB31262A49838000C270E1 /* EventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40AB31252A49838000C270E1 /* EventTests.swift */; }; @@ -903,6 +904,7 @@ 409386192AA09E4A00FF5AF4 /* MemoryLogDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryLogDestination.swift; sourceTree = ""; }; 4093861B2AA0A11500FF5AF4 /* LogQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogQueue.swift; sourceTree = ""; }; 4093861E2AA0A21800FF5AF4 /* MemoryLogViewer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryLogViewer.swift; sourceTree = ""; }; + 40942B5C2AD4110A00CE4EDD /* CALayer+IntelWorkaround.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CALayer+IntelWorkaround.swift"; sourceTree = ""; }; 409BFA3F2A9F79D2003341EF /* View+OptionalPublisher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+OptionalPublisher.swift"; sourceTree = ""; }; 409BFA422A9F7BBB003341EF /* ReadableContentGuide.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadableContentGuide.swift; sourceTree = ""; }; 40AB31252A49838000C270E1 /* EventTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventTests.swift; sourceTree = ""; }; @@ -1617,6 +1619,7 @@ 841FF5142A5E99B400809BBB /* CallEventsHandler_Tests.swift */, 843BD8F82AA0DF95002B3DAC /* PiPTrackSelectionUtils_Tests.swift */, 843BD8FA2AA0E660002B3DAC /* PiPUtils_Tests.swift */, + 40942B5C2AD4110A00CE4EDD /* CALayer+IntelWorkaround.swift */, ); path = Utils; sourceTree = ""; @@ -4373,6 +4376,7 @@ 82FF40C02A17C73C00B4D95E /* CallingGroupView_Tests.swift in Sources */, 82E3BA3C2A0BADCA001AB93E /* MockResponseBuilder.swift in Sources */, 82E3BA502A0BAEAA001AB93E /* MockFunc.swift in Sources */, + 40942B5D2AD4110A00CE4EDD /* CALayer+IntelWorkaround.swift in Sources */, 82FF40CA2A17C76400B4D95E /* MicrophoneCheckView_Tests.swift in Sources */, 8251E6302A17BEEF00E7257A /* ImageFactory.swift in Sources */, 8251E62C2A17BEB400E7257A /* StreamVideoTestResources.swift in Sources */, diff --git a/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift b/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift index ef396e133..e81d926ce 100644 --- a/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift @@ -9,7 +9,7 @@ import XCTest @MainActor final class ReconnectionView_Tests: StreamVideoUITestCase { - + func test_reconnectionView_snapshot() throws { let view = ReconnectionView(viewModel: CallViewModel(), viewFactory: TestViewFactory()) AssertSnapshot(view) diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-dark.png index 78b43e92d..c3f24dce6 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-light.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-light.png index 7d55afbf3..39ee9b3fb 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/CallControlsView_Tests/test_callControlsView_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-excellent.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-excellent.png index da6cbe61f..616864357 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-excellent.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-excellent.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-good.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-good.png index 69b7f93fe..28c586f91 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-good.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-good.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-poor.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-poor.png index 12d447858..2fd4d9b5a 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-poor.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-poor.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-unknown.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-unknown.png index ae3f298a9..ba72db3fb 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-unknown.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-dark-unknown.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-excellent.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-excellent.png index dfce1a5bc..f97fda8d9 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-excellent.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-excellent.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-good.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-good.png index b5638e9c6..ad163bba7 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-good.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-good.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-poor.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-poor.png index 567ef7174..60aad3ebb 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-poor.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-poor.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-unknown.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-unknown.png index 2d466240c..ee9ac92ba 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-unknown.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantConnectionQuality_snapshot.default-light-unknown.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-dark.png index da8eb9e06..e563afcaa 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-light.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-light.png index fa6ad819b..50ce82f16 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-dark.png index da8eb9e06..e563afcaa 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-light.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-light.png index fa6ad819b..50ce82f16 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-dark.png index da6cbe61f..616864357 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-light.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-light.png index dfce1a5bc..f97fda8d9 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsFullScreenLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_1_participants.png index cf27051b6..6af7f8790 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_2_participants.png index 85292f305..dbf43311b 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_3_participants.png index 6a2186000..233586c4d 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_4_participants.png index ae53c3d87..abbb980b2 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_5_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_5_participants.png index 1d495b091..b878dd852 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_5_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_5_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_6_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_6_participants.png index fdf9a11ab..1f7a5925c 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_6_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_6_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_7_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_7_participants.png index 260b21a0c..4a194210d 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_7_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_7_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_8_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_8_participants.png index cb9a4db4f..0a5530735 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_8_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_8_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_9_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_9_participants.png index cb9a4db4f..0a5530735 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_9_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-dark-with_9_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_1_participants.png index 514ae5009..fc97ad077 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_2_participants.png index da482191e..1d8aff92d 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_3_participants.png index 557374397..7c123fd2e 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_4_participants.png index 89f4a2b79..81853f339 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_5_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_5_participants.png index dd0523dce..fc4dc1452 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_5_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_5_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_6_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_6_participants.png index abcc9be2a..532914da3 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_6_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_6_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_7_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_7_participants.png index b4d6329c1..30d1369c1 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_7_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_7_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_8_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_8_participants.png index 92e73cee0..e2cb13ced 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_8_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_8_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_9_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_9_participants.png index 92e73cee0..e2cb13ced 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_9_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithAudio_snapshot.default-light-with_9_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_1_participants.png index 44eabb94f..47a9c7b64 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_2_participants.png index 9c67d153a..de60ac9f8 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_3_participants.png index ea95ff53a..e025bd859 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_4_participants.png index 821ca2b27..448844a9b 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_5_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_5_participants.png index 4a69d8a4a..1af0cc200 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_5_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_5_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_6_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_6_participants.png index 07f42112e..8567c8bd9 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_6_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_6_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_7_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_7_participants.png index 594d2bace..8ce8873d7 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_7_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_7_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_8_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_8_participants.png index 25a1f3203..f7d01a021 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_8_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_8_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_9_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_9_participants.png index 25a1f3203..f7d01a021 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_9_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-dark-with_9_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_1_participants.png index 1bd3d7d4f..affb33dc1 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_2_participants.png index b2e87b406..472b4ab80 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_3_participants.png index 364be948c..d920ca81a 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_4_participants.png index 064964859..f6a299f98 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_5_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_5_participants.png index 1f23de3c9..4d53ae6a6 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_5_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_5_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_6_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_6_participants.png index d80bd9ce1..1b630aceb 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_6_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_6_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_7_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_7_participants.png index 86af40dc8..cb1a010db 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_7_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_7_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_8_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_8_participants.png index 8e67ee504..e41a8a6a5 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_8_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_8_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_9_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_9_participants.png index 8e67ee504..e41a8a6a5 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_9_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantWithoutAudio_snapshot.default-light-with_9_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-excellent.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-excellent.png index 25a1f3203..f7d01a021 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-excellent.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-excellent.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-good.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-good.png index 0bc42f5e1..a8361a5e6 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-good.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-good.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-poor.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-poor.png index a99f0e909..ca5957e59 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-poor.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-poor.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-unknown.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-unknown.png index 911fa6e9c..6c1df567f 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-unknown.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-unknown.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-excellent.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-excellent.png index 8e67ee504..e41a8a6a5 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-excellent.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-excellent.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-good.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-good.png index d801c92cf..5c22ec89f 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-good.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-good.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-poor.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-poor.png index 96fe13ca0..69998799f 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-poor.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-poor.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-unknown.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-unknown.png index 3e3ce1870..ca4e94ddf 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-unknown.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-unknown.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_1_participants.png index 44eabb94f..47a9c7b64 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_2_participants.png index 12451b659..de60ac9f8 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_3_participants.png index d16e4d464..e025bd859 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_4_participants.png index caf71b3dd..448844a9b 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_5_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_5_participants.png index 583e29e3a..1af0cc200 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_5_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_5_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_6_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_6_participants.png index 50713ff58..8567c8bd9 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_6_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_6_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_7_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_7_participants.png index 4fe313aa3..8ce8873d7 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_7_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_7_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_8_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_8_participants.png index 0c91caede..f7d01a021 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_8_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_8_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_9_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_9_participants.png index 0c91caede..f7d01a021 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_9_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-dark-with_9_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_1_participants.png index 1bd3d7d4f..affb33dc1 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_2_participants.png index 50f7f609a..472b4ab80 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_3_participants.png index 3bd5a01a5..d920ca81a 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_4_participants.png index fa0069285..f6a299f98 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_5_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_5_participants.png index 345c6969d..4d53ae6a6 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_5_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_5_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_6_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_6_participants.png index e5f8706a3..1b630aceb 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_6_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_6_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_7_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_7_participants.png index c798ce912..cb1a010db 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_7_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_7_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_8_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_8_participants.png index 896cfb5e3..e41a8a6a5 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_8_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_8_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_9_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_9_participants.png index 896cfb5e3..e41a8a6a5 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_9_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsGridLayout_Tests/test_grid_participantsSpeaking_snapshot.default-light-with_9_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_1_participants.png index 3946c8be4..bdf959b12 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_2_participants.png index b4ca7a1a3..c4206a186 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_3_participants.png index 45ab1fe50..1bbd44787 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_4_participants.png index 45ab1fe50..1bbd44787 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_1_participants.png index 43517be0b..9fdfa125b 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_2_participants.png index de79afc60..87ada791d 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_3_participants.png index 48ddcec72..f94072649 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_4_participants.png index 48ddcec72..f94072649 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithAudio_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_1_participants.png index 0e4cb8744..7ffc60ed2 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_2_participants.png index 9adcbd942..2e6c0c52b 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_3_participants.png index 6fe7f4dcc..f40fc432e 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_4_participants.png index 6fe7f4dcc..f40fc432e 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_1_participants.png index bcfeab958..8a70f0403 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_2_participants.png index 7eb3a7313..0e4606c83 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_3_participants.png index 3b8271620..4f1f33f54 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_4_participants.png index 3b8271620..4f1f33f54 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantWithoutAudio_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-excellent.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-excellent.png index 6fe7f4dcc..f40fc432e 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-excellent.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-excellent.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-good.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-good.png index f6a214294..43c562bb8 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-good.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-good.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-poor.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-poor.png index 223366836..dff04260a 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-poor.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-poor.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-unknown.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-unknown.png index bbd3c1dc7..1d841fa88 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-unknown.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-dark-unknown.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-excellent.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-excellent.png index 3b8271620..4f1f33f54 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-excellent.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-excellent.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-good.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-good.png index d981147ac..51e0ce190 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-good.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-good.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-poor.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-poor.png index 4480d7974..b6306add7 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-poor.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-poor.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-unknown.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-unknown.png index 8a64998bd..63e340017 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-unknown.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsConnectionQuality_snapshot.default-light-unknown.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-dark.png index 6fe7f4dcc..f40fc432e 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-light.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-light.png index 3b8271620..4f1f33f54 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ParticipantsSpotlightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-dark.png index 913de6644..77778a67b 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-light.png b/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-light.png index cca170353..7fdfcacfb 100644 Binary files a/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallView/__Snapshots__/ReconnectionView_Tests/test_reconnectionView_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-dark.png index b591c03f4..6f1a9ae71 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-light.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-light.png index 2a835e29e..23b5bf689 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_1_participants.png index 9222f151a..0aacf7e7a 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_2_participants.png index b611d945d..6a5905629 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_3_participants.png index 96b6ada7c..06319fbe4 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_4_participants.png index 8a346da0d..a119b68f6 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_1_participants.png index 9dcc788bf..6d05223ce 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_2_participants.png index cfd421415..82a33a162 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_3_participants.png index 9b7ef3f69..95f83996e 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_4_participants.png index 57ca9049e..0f6b8a6c0 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isCalling_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_1_participants.png index 9222f151a..0aacf7e7a 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_2_participants.png index b611d945d..6a5905629 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_3_participants.png index 96b6ada7c..06319fbe4 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_4_participants.png index 8a346da0d..a119b68f6 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_1_participants.png index 9dcc788bf..6d05223ce 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_2_participants.png index cfd421415..82a33a162 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_3_participants.png index 9b7ef3f69..95f83996e 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_4_participants.png index 57ca9049e..0f6b8a6c0 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingGroupView_Tests/test_callingGroupView_isNotCalling_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingParticipantView_Tests/test_callingParticipantView_snapshot.default-light.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingParticipantView_Tests/test_callingParticipantView_snapshot.default-light.png index e0ec6caf9..733f448d2 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingParticipantView_Tests/test_callingParticipantView_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/CallingParticipantView_Tests/test_callingParticipantView_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_1_participants.png index d5ea9ab4b..00c7df7d7 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_2_participants.png index 50fbf961b..3053252f4 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_3_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_3_participants.png index 43bdc18b2..3529f8e78 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_3_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_4_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_4_participants.png index 2f44cf380..8efea61e6 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_4_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-dark-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_1_participants.png index 40111dc79..9478715e4 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_2_participants.png index 5591f64cb..d60a61b32 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_3_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_3_participants.png index 298010ea7..694f698d1 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_3_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_3_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_4_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_4_participants.png index 7b8a16b52..3bb2fb4b6 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_4_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/IncomingCallView_Tests/test_incomingCallView_snapshot.default-light-with_4_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-dark.png index 9ac22939f..103c9f55e 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-light.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-light.png index 5c3ae074e..eb62b7ad7 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/JoiningCallView_Tests/test_joiningCallView_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_0_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_0_participants.png index 9c7ec7e96..bb486832d 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_0_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_0_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_1_participants.png index db395419f..a1a377d67 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_2_participants.png index 082968ce0..3f5242845 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_0_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_0_participants.png index 57b7c0aeb..39406907c 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_0_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_0_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_1_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_1_participants.png index feb86245f..7572bc837 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_1_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_1_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_2_participants.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_2_participants.png index 34bb5b833..a047ab9db 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_2_participants.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_2_participants.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_micOff_snapshot.default-light.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_micOff_snapshot.default-light.png index adf48cf65..59da52430 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_micOff_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_micOff_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_0_audioLevels.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_0_audioLevels.png index 2875e49fb..dd292bbec 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_0_audioLevels.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_0_audioLevels.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_1_audioLevels.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_1_audioLevels.png index 1d6f0704c..a375833fc 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_1_audioLevels.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_1_audioLevels.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_2_audioLevels.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_2_audioLevels.png index 753caf86d..79d281e42 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_2_audioLevels.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_2_audioLevels.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_3_audioLevels.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_3_audioLevels.png index 9a556601c..4d9c10f76 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_3_audioLevels.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_3_audioLevels.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_4_audioLevels.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_4_audioLevels.png index 49430bc41..b2d2abeb0 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_4_audioLevels.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_4_audioLevels.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_5_audioLevels.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_5_audioLevels.png index 56e764941..bd4c26c2e 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_5_audioLevels.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withAudioLevels_snapshot.default-light-with_5_audioLevels.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withoutAudioLevels_snapshot.default-light.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withoutAudioLevels_snapshot.default-light.png index adf48cf65..59da52430 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withoutAudioLevels_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/MicrophoneCheckView_Tests/test_microphoneCheckView_withoutAudioLevels_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-dark.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-dark.png index e8a1e7c98..d0203de4b 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-dark.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-light.png b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-light.png index a03ce1e65..370ee419c 100644 Binary files a/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-light.png and b/StreamVideoSwiftUITests/CallingViews/__Snapshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift b/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift index d1e49dadc..e7bcfb3f5 100644 --- a/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift +++ b/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift @@ -16,20 +16,18 @@ final class LivestreamPlayer_Tests: StreamVideoTestCase { func test_livestreamPlayer_snapshot() async throws { // Given let player = LivestreamPlayer(type: callType, id: callId) - .frame(width: defaultScreenSize.width, height: defaultScreenSize.height) // Then - assertSnapshot(matching: player, as: .image(perceptualPrecision: 0.98)) + AssertSnapshot(player) } @MainActor func test_livestreamPlayer_snapshotHideParticipantCount() async throws { // Given let player = LivestreamPlayer(type: callType, id: callId, showParticipantCount: false) - .frame(width: defaultScreenSize.width, height: defaultScreenSize.height) // Then - assertSnapshot(matching: player, as: .image(perceptualPrecision: 0.98)) + AssertSnapshot(player) } @MainActor diff --git a/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-dark.png b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-dark.png new file mode 100644 index 000000000..6f4f745a0 Binary files /dev/null and b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-light.png b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-light.png new file mode 100644 index 000000000..b69419e46 Binary files /dev/null and b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-dark.png b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-dark.png new file mode 100644 index 000000000..db6a18ade Binary files /dev/null and b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-dark.png differ diff --git a/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-light.png b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-light.png new file mode 100644 index 000000000..891e534dc Binary files /dev/null and b/StreamVideoSwiftUITests/Livestreaming/__Snapshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-light.png differ diff --git a/StreamVideoSwiftUITests/StreamVideoUITestCase.swift b/StreamVideoSwiftUITests/StreamVideoUITestCase.swift index d31b44126..a0af5f64b 100644 --- a/StreamVideoSwiftUITests/StreamVideoUITestCase.swift +++ b/StreamVideoSwiftUITests/StreamVideoUITestCase.swift @@ -5,6 +5,7 @@ @testable import StreamVideoSwiftUI @testable import StreamVideo import XCTest +import UIKit class StreamVideoUITestCase: XCTestCase { @@ -18,14 +19,26 @@ class StreamVideoUITestCase: XCTestCase { var callCid: String { "\(callType):\(callId)" } let sizeThatFits = CGSize(width: 100, height: 100) - override func setUpWithError() throws { - try super.setUpWithError() - + override func setUp() { + super.setUp() + let streamVideo = StreamVideo.mock(httpClient: httpClient) streamVideoUI = StreamVideoUI(streamVideo: streamVideo) + CALayer.swizzleShadow() + animations(enabled: false) } - + + override func tearDown() { + animations(enabled: true) + CALayer.reverSwizzleShadow() + super.tearDown() + } + override func tearDownWithError() throws { try super.tearDownWithError() } + + func animations(enabled: Bool) { + UIView.setAnimationsEnabled(enabled) + } } diff --git a/StreamVideoSwiftUITests/Utils/CALayer+IntelWorkaround.swift b/StreamVideoSwiftUITests/Utils/CALayer+IntelWorkaround.swift new file mode 100644 index 000000000..7376c55eb --- /dev/null +++ b/StreamVideoSwiftUITests/Utils/CALayer+IntelWorkaround.swift @@ -0,0 +1,36 @@ +// +// Copyright © 2023 Stream.io Inc. All rights reserved. +// + +import UIKit +import XCTest + +extension CALayer { + static func swizzleShadow() { + swizzle(original: #selector(getter: shadowOpacity), modified: #selector(_swizzled_shadowOpacity)) + swizzle(original: #selector(getter: shadowRadius), modified: #selector(_swizzled_shadowRadius)) + swizzle(original: #selector(getter: shadowColor), modified: #selector(_swizzled_shadowColor)) + swizzle(original: #selector(getter: shadowOffset), modified: #selector(_swizzled_shadowOffset)) + swizzle(original: #selector(getter: shadowPath), modified: #selector(_swizzled_shadowPath)) + } + + static func reverSwizzleShadow() { + swizzle(original: #selector(_swizzled_shadowOpacity), modified: #selector(getter: shadowOpacity)) + swizzle(original: #selector(_swizzled_shadowRadius), modified: #selector(getter: shadowRadius)) + swizzle(original: #selector(_swizzled_shadowColor), modified: #selector(getter: shadowColor)) + swizzle(original: #selector(_swizzled_shadowOffset), modified: #selector(getter: shadowOffset)) + swizzle(original: #selector(_swizzled_shadowPath), modified: #selector(getter: shadowPath)) + } + + private static func swizzle(original: Selector, modified: Selector) { + let originalMethod = class_getInstanceMethod(self, original)! + let swizzledMethod = class_getInstanceMethod(self, modified)! + method_exchangeImplementations(originalMethod, swizzledMethod) + } + + @objc func _swizzled_shadowOpacity() -> Float { .zero } + @objc func _swizzled_shadowRadius() -> CGFloat { .zero } + @objc func _swizzled_shadowColor() -> CGColor? { nil } + @objc func _swizzled_shadowOffset() -> CGSize { .zero } + @objc func _swizzled_shadowPath() -> CGPath? { nil } +} diff --git a/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift b/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift index 9c150c4ea..6f3caadc5 100644 --- a/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift @@ -7,9 +7,7 @@ import SwiftUI import SnapshotTesting import XCTest -final class ToastView_Tests: XCTestCase { - - private let perceptualPrecision: Float = 0.96 +final class ToastView_Tests: StreamVideoTestCase { func test_toastView_errorSnapshot() { // Given @@ -23,7 +21,7 @@ final class ToastView_Tests: XCTestCase { // Then - AssertSnapshot(view, perceptualPrecision: perceptualPrecision) + AssertSnapshot(view) } func test_toastView_successSnapshot() { @@ -38,7 +36,7 @@ final class ToastView_Tests: XCTestCase { // Then - AssertSnapshot(view, perceptualPrecision: perceptualPrecision) + AssertSnapshot(view) } func test_toastView_warningSnapshot() { @@ -53,7 +51,7 @@ final class ToastView_Tests: XCTestCase { // Then - AssertSnapshot(view, perceptualPrecision: perceptualPrecision) + AssertSnapshot(view) } func test_toastView_infoSnapshot() { @@ -68,7 +66,7 @@ final class ToastView_Tests: XCTestCase { // Then - AssertSnapshot(view, perceptualPrecision: perceptualPrecision) + AssertSnapshot(view) } func test_toastView_errorSnapshotBottom() { @@ -83,7 +81,7 @@ final class ToastView_Tests: XCTestCase { // Then - AssertSnapshot(view, perceptualPrecision: perceptualPrecision) + AssertSnapshot(view) } } diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-dark.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-dark.png index 62eb648b3..0ea110610 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-dark.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-light.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-light.png index f75ce8961..01c1dc761 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-light.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-dark.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-dark.png index 27382058c..95a5369f7 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-dark.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-dark.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-light.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-light.png index a7f785011..bf012894b 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-light.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-light.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-dark.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-dark.png index 40610c1e7..ba54b0094 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-dark.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-light.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-light.png index 6bcebe6b0..9c62936bc 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-light.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-dark.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-dark.png index b14cd068b..c8dd1bc14 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-dark.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-light.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-light.png index 273eb0e9c..0c0bd12da 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-light.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-light.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-dark.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-dark.png index f3ea7243f..f510fc98a 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-dark.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-dark.png differ diff --git a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-light.png b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-light.png index 6d237b8db..0c93f946a 100644 Binary files a/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-light.png and b/StreamVideoSwiftUITests/Utils/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-light.png differ diff --git a/StreamVideoTests/StreamVideoTestCase.swift b/StreamVideoTests/StreamVideoTestCase.swift index dd2710380..48b632d22 100644 --- a/StreamVideoTests/StreamVideoTestCase.swift +++ b/StreamVideoTests/StreamVideoTestCase.swift @@ -4,6 +4,7 @@ @testable import StreamVideo import XCTest +import UIKit open class StreamVideoTestCase: XCTestCase { @@ -13,8 +14,20 @@ open class StreamVideoTestCase: XCTestCase { open override func setUp() { super.setUp() streamVideo = StreamVideo.mock(httpClient: httpClient) + CALayer.swizzleShadow() + animations(enabled: false) } - + + open override func tearDown() { + animations(enabled: true) + CALayer.reverSwizzleShadow() + super.tearDown() + } + + func animations(enabled: Bool) { + UIView.setAnimationsEnabled(enabled) + } + // TODO: replace this with something a bit better func waitForCallEvent(nanoseconds: UInt64 = 500_000_000) async throws { try await Task.sleep(nanoseconds: nanoseconds)