mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(tests): Fix passing correct participant options.
This commit is contained in:
@@ -149,7 +149,10 @@ export async function ensureTwoParticipants(options?: IJoinOptions): Promise<voi
|
||||
});
|
||||
}
|
||||
|
||||
await joinParticipant({ name: P2 }, options);
|
||||
await joinParticipant({
|
||||
...participantOptions,
|
||||
name: P2
|
||||
}, options);
|
||||
|
||||
if (options?.skipInMeetingChecks) {
|
||||
return Promise.resolve();
|
||||
|
||||
Reference in New Issue
Block a user