mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-27 00:48:06 +08:00
Cleanup
This commit is contained in:
parent
5da642b71d
commit
bf41cfc005
@ -262,7 +262,7 @@ class UserMedia {
|
||||
timer(s ? 1000 : 60000),
|
||||
// If the speaking flag resets to its original value during this time,
|
||||
// end the silencing window to stick with that original value
|
||||
this.vm!.speaking.pipe(filter((s1) => s1 !== s)),
|
||||
this.vm.speaking.pipe(filter((s1) => s1 !== s)),
|
||||
),
|
||||
),
|
||||
startWith(false),
|
||||
@ -313,7 +313,7 @@ class ScreenShare {
|
||||
this.vm = new ScreenShareViewModel(
|
||||
id,
|
||||
member,
|
||||
this.participant.asObservable(),
|
||||
this.participant,
|
||||
encryptionSystem,
|
||||
liveKitRoom,
|
||||
participant.isLocal,
|
||||
|
Loading…
Reference in New Issue
Block a user