Pause hand raise updates while in 'reconnecting' state
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user