wip: optimizations
This commit is contained in:
@@ -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']));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user