Private
accountPrivate
crossPrivate
devicePrivate
inboundPrivate
inboundPrivate
notifiedPrivate
outgoingPrivate
parkedPrivate
privatePrivate
roomsPrivate
sessionPrivate
sessionsPrivate
sessionsPrivate
sharedPrivate
_getInternal
Looks for existing room key request, and returns the result synchronously.
existing request to look for
the matching request, or null if not found
Look for an existing room key request by id and state, and delete it if found
ID of request to update
state we expect to find the request in
resolves once the operation is completed
All OutgoingRoomKeyRequests in state
Look for an existing outgoing room key request, and if none is found, add a new one
resolves to OutgoingRoomKeyRequest: either the same instance as passed in, or the existing one.
Look for an existing room key request
existing request to look for
resolves to the matching OutgoingRoomKeyRequest, or null if not found
Look for room key requests by state
list of acceptable states
resolves to the a OutgoingRoomKeyRequest, or null if there are no pending requests in those states
Ensure the database exists and is up-to-date.
This must be called before the store can be used.
resolves to the store.
Look for an existing room key request by id and state, and update it if found
ID of request to update
state we expect to find the request in
name/value map of updates to apply
resolves to OutgoingRoomKeyRequest updated request, or null if no matching row was found
Generated using TypeDoc
Internal module. in-memory storage for e2e.