mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
can be readonly
This commit is contained in:
parent
f2564ed5cc
commit
b694d13348
@ -73,7 +73,7 @@ class JoinedData {
|
|||||||
public readonly membersLogItem: ILogItem,
|
public readonly membersLogItem: ILogItem,
|
||||||
public localMedia: LocalMedia,
|
public localMedia: LocalMedia,
|
||||||
public localMuteSettings: MuteSettings,
|
public localMuteSettings: MuteSettings,
|
||||||
public turnServer: BaseObservableValue<RTCIceServer>
|
public readonly turnServer: BaseObservableValue<RTCIceServer>
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
dispose() {
|
dispose() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user