diff --git a/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift index b97b6ba33..69d60c270 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift @@ -39,6 +39,7 @@ final class ParticipantsGridLayout_Tests: StreamVideoUITestCase { } func test_grid_participantWithAudio_snapshot() { + callController.call = call for count in gridParticipants { let layout = ParticipantsGridLayout( viewFactory: TestViewFactory(participantLayout: .grid, participantsCount: count), @@ -53,6 +54,7 @@ final class ParticipantsGridLayout_Tests: StreamVideoUITestCase { } func test_grid_participantWithoutAudio_snapshot() { + callController.call = call for count in gridParticipants { let layout = ParticipantsGridLayout( viewFactory: TestViewFactory(participantLayout: .grid, participantsCount: count), @@ -67,6 +69,7 @@ final class ParticipantsGridLayout_Tests: StreamVideoUITestCase { } func test_grid_participantsConnectionQuality_snapshot() throws { + callController.call = call for quality in connectionQuality { let count = gridParticipants.last! let layout = ParticipantsGridLayout( @@ -82,6 +85,7 @@ final class ParticipantsGridLayout_Tests: StreamVideoUITestCase { } func test_grid_participantsSpeaking_snapshot() { + callController.call = call for count in gridParticipants { let participants = ParticipantFactory.get(count, speaking: true) var dict = [String: CallParticipant]() 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 5952a252c..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 ec367ad82..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 768964f53..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 768964f53..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 77c1b9523..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 dc19657cd..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 8f99c0c40..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 8f99c0c40..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 f1401df97..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 751670e13..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 384da82a8..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 384da82a8..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 b12d66985..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 862856ec1..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 8a61d8719..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 8a61d8719..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 384da82a8..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 06822f9ee..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 8d367d28a..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 35b33ba05..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 8a61d8719..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 568e58712..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 1c0361812..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 7ea141283..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..a9da5be72 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..283b97d0e 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..6401f4bfa 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..b5ea12e17 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 238d14f4e..95c7329b4 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 6f00b4cd4..7d0220163 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 41761a35d..20ad1bcb7 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 41761a35d..20ad1bcb7 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..a691bf050 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..b10b1801b 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..441a03a90 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..ff496dca9 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 7a06760cb..612a78c95 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 3b7837376..5926a3d5a 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 d44120bd7..221f85ae2 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 d44120bd7..221f85ae2 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