Interface

EncryptionEventContent

EncryptionEventContent

The content definition for m.room.encryption events
See:

View Source models/events/EncryptionEvent.ts, line 42

Members

string | RoomEncryptionAlgorithm

# algorithm

The encryption algorithm for the room.

View Source models/events/EncryptionEvent.ts, line 48

number

# rotation_period_ms Optional

How long a session should be used before changing it.

View Source models/events/EncryptionEvent.ts, line 53

number

# rotation_period_msgs Optional

How many messages should be sent before changing the session.

View Source models/events/EncryptionEvent.ts, line 59