wip: optimizations

This commit is contained in:
2026-05-23 15:28:40 +02:00
parent 5bf506af03
commit 155fe20862
89 changed files with 7431 additions and 392 deletions

View File

@@ -88,7 +88,11 @@ describe('DirectCallService', () => {
});
it('ignores incoming call events when the current user is not a participant', async () => {
const context = createServiceContext({ currentUser: charlie, allUsers: [alice, bob, charlie] });
const context = createServiceContext({ currentUser: charlie, allUsers: [
alice,
bob,
charlie
] });
context.directCallEvents.next(createCallEvent('ring', alice, ['alice', 'bob']));