RoomEncryptionTrustLevel

enum RoomEncryptionTrustLevel : Enum<RoomEncryptionTrustLevel>

RoomEncryptionTrustLevel represents the trust level in an encrypted room.

Entries

Link copied to clipboard

No one in the room has been verified -> Black shield.

Link copied to clipboard

There are one or more device un-verified -> the app should display a red shield.

Link copied to clipboard

All devices in the room are verified -> the app should display a green shield.

Link copied to clipboard

e2e is active but with an unsupported algorithm.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int