fix a couple of more tests.

This commit is contained in:
Timo K
2025-11-14 18:45:07 +01:00
parent 6d8d2d2384
commit b9ad83bf3b
8 changed files with 378 additions and 496 deletions

View File

@@ -199,14 +199,14 @@ export class CallViewModel {
// memberships$
private memberships$ = createMemberships$(this.scope, this.matrixRTCSession);
// ------------------------------------------------------------------------
// matrixLivekitMembers$ AND localMembership
private membershipsAndTransports = membershipsAndTransports$(
this.scope,
this.memberships$,
);
// ------------------------------------------------------------------------
// matrixLivekitMembers$ AND localMembership
private localTransport$ = createLocalTransport$({
scope: this.scope,
memberships$: this.memberships$,
@@ -575,6 +575,8 @@ export class CallViewModel {
);
// only public to expose to the view.
// TODO if we are in "unknown" state we need a loading rendering (or empty screen)
// Otherwise it looks like we already connected and only than the ringing starts which is weird.
public readonly callPickupState$ = this.callLifecycle.callPickupState$;
public readonly leaveSoundEffect$ = combineLatest([