Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
<internal>
RoomList
Class RoomList
Hierarchy
RoomList
Index
Constructors
constructor
Properties
crypto
Store?
room
Encryption
Methods
get
Room
Encryption
init
is
Room
Encrypted
set
Room
Encryption
Constructors
constructor
new
Room
List
(
cryptoStore
?:
CryptoStore
)
:
RoomList
Parameters
Optional
cryptoStore:
CryptoStore
Returns
RoomList
Properties
Private
Optional
Readonly
crypto
Store
crypto
Store
?:
CryptoStore
Private
room
Encryption
room
Encryption
:
Record
<
string
,
IRoomEncryption
>
= {}
Methods
get
Room
Encryption
get
Room
Encryption
(
roomId
:
string
)
:
IRoomEncryption
Parameters
roomId:
string
Returns
IRoomEncryption
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
is
Room
Encrypted
is
Room
Encrypted
(
roomId
:
string
)
:
boolean
Parameters
roomId:
string
Returns
boolean
set
Room
Encryption
set
Room
Encryption
(
roomId
:
string
, roomInfo
:
IRoomEncryption
)
:
Promise
<
void
>
Parameters
roomId:
string
roomInfo:
IRoomEncryption
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
matrix-
js-
sdk
<internal>
Content
Helpers
Secret
Storage
Room
List
constructor
crypto
Store?
room
Encryption
get
Room
Encryption
init
is
Room
Encrypted
set
Room
Encryption
Generated using
TypeDoc