mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Use asObservable when exposing subject
This commit is contained in:
@@ -326,7 +326,7 @@ class ScreenShare {
|
|||||||
this.vm = new ScreenShareViewModel(
|
this.vm = new ScreenShareViewModel(
|
||||||
id,
|
id,
|
||||||
member,
|
member,
|
||||||
this.participant,
|
this.participant.asObservable(),
|
||||||
encryptionSystem,
|
encryptionSystem,
|
||||||
liveKitRoom,
|
liveKitRoom,
|
||||||
participant.isLocal,
|
participant.isLocal,
|
||||||
|
|||||||
Reference in New Issue
Block a user