mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Cleanup
This commit is contained in:
@@ -262,7 +262,7 @@ class UserMedia {
|
|||||||
timer(s ? 1000 : 60000),
|
timer(s ? 1000 : 60000),
|
||||||
// If the speaking flag resets to its original value during this time,
|
// If the speaking flag resets to its original value during this time,
|
||||||
// end the silencing window to stick with that original value
|
// 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),
|
startWith(false),
|
||||||
@@ -313,7 +313,7 @@ class ScreenShare {
|
|||||||
this.vm = new ScreenShareViewModel(
|
this.vm = new ScreenShareViewModel(
|
||||||
id,
|
id,
|
||||||
member,
|
member,
|
||||||
this.participant.asObservable(),
|
this.participant,
|
||||||
encryptionSystem,
|
encryptionSystem,
|
||||||
liveKitRoom,
|
liveKitRoom,
|
||||||
participant.isLocal,
|
participant.isLocal,
|
||||||
|
|||||||
Reference in New Issue
Block a user