This commit is contained in:
Half-Shot
2024-12-16 15:29:41 +00:00
parent 3924429689
commit 5c0b4d4109
4 changed files with 10 additions and 7 deletions

View File

@@ -205,8 +205,8 @@ export async function withLocalMedia(
kind: E2eeType.PER_PARTICIPANT,
},
mockLivekitRoom({ localParticipant }),
of(undefined),
of(undefined),
of(null),
of(null),
);
try {
await continuation(vm);
@@ -243,8 +243,8 @@ export async function withRemoteMedia(
kind: E2eeType.PER_PARTICIPANT,
},
mockLivekitRoom({}, { remoteParticipants: of([remoteParticipant]) }),
of(undefined),
of(undefined),
of(null),
of(null),
);
try {
await continuation(vm);