This commit is contained in:
Timo K
2026-04-15 14:26:25 +02:00
parent 75fb89a98a
commit f07bf5c520
2 changed files with 2 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ test("does not play a sound before the call is successful", () => {
const { vm, rtcMemberships$ } = getBasicCallViewModelEnvironment(
[local, alice],
[localRtcMember],
undefined,
{ waitForCallPickup: true },
);
render(<CallEventAudioRenderer vm={vm} />);