diff --git a/src/state/CallViewModel.ts b/src/state/CallViewModel.ts index dcaa2a8a..42a67eee 100644 --- a/src/state/CallViewModel.ts +++ b/src/state/CallViewModel.ts @@ -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( this.reactionsSubject$.pipe(