Make local field based on view model class not observable

This commit is contained in:
Hugh Nimmo-Smith
2024-11-06 16:33:53 +00:00
parent efee27ad25
commit eec44702f7
2 changed files with 5 additions and 8 deletions

View File

@@ -317,6 +317,7 @@ class ScreenShare {
this.participant.asObservable(),
encryptionSystem,
liveKitRoom,
participant.isLocal,
);
}