This commit is contained in:
Hugh Nimmo-Smith
2024-11-06 16:07:02 +00:00
parent 2c3d733714
commit d8d4e8942c

View File

@@ -220,7 +220,7 @@ interface LayoutScanState {
class UserMedia {
private readonly scope = new ObservableScope();
public readonly vm: UserMediaViewModel;
public participant: BehaviorSubject<
public readonly participant: BehaviorSubject<
LocalParticipant | RemoteParticipant | undefined
>;
@@ -298,7 +298,9 @@ class UserMedia {
class ScreenShare {
public readonly vm: ScreenShareViewModel;
private participant: BehaviorSubject<LocalParticipant | RemoteParticipant>;
private readonly participant: BehaviorSubject<
LocalParticipant | RemoteParticipant
>;
public constructor(
id: string,