Pause hand raise updates while in 'reconnecting' state

This commit is contained in:
Robin
2025-08-20 19:08:44 +02:00
parent 33bf63d8d2
commit 5b8839b577

View File

@@ -604,7 +604,9 @@ export class CallViewModel extends ViewModel {
), ),
); );
public readonly handsRaised$ = this.scope.behavior(this.handsRaisedSubject$); public readonly handsRaised$ = this.scope.behavior(
this.handsRaisedSubject$.pipe(pauseWhen(this.pretendToBeDisconnected$)),
);
public readonly reactions$ = this.scope.behavior( public readonly reactions$ = this.scope.behavior(
this.reactionsSubject$.pipe( this.reactionsSubject$.pipe(