CryptoRoomInfo

data class CryptoRoomInfo(val algorithm: String, val shouldEncryptForInvitedMembers: Boolean, val blacklistUnverifiedDevices: Boolean, val shouldShareHistory: Boolean, val wasEncryptedOnce: Boolean, val rotationPeriodMs: Long, val rotationPeriodMsgs: Long)

Constructors

Link copied to clipboard
constructor(algorithm: String, shouldEncryptForInvitedMembers: Boolean, blacklistUnverifiedDevices: Boolean, shouldShareHistory: Boolean, wasEncryptedOnce: Boolean, rotationPeriodMs: Long, rotationPeriodMsgs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard