Room Crypto Service
interface RoomCryptoService
Functions
Link copied to clipboard
abstract suspend fun enableEncryption(algorithm: String = MXCRYPTO_ALGORITHM_MEGOLM, force: Boolean = false)
Enable encryption of the room.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Ensures all members of the room are loaded and outbound session keys are shared. If this method is not called, CryptoService will ensure it before sending events.
Link copied to clipboard