From ee8038fefad62139ddbee656197877dae151fcde Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Thu, 21 Nov 2024 11:32:03 +0000 Subject: [PATCH] Use asObservable when exposing subject --- src/state/CallViewModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/CallViewModel.ts b/src/state/CallViewModel.ts index aaf7a585..4f3952b5 100644 --- a/src/state/CallViewModel.ts +++ b/src/state/CallViewModel.ts @@ -326,7 +326,7 @@ class ScreenShare { this.vm = new ScreenShareViewModel( id, member, - this.participant, + this.participant.asObservable(), encryptionSystem, liveKitRoom, participant.isLocal,