decryptMessage

abstract suspend fun decryptMessage(groupId: MLSGroupId, message: ApplicationMessage): List<DecryptedMessageBundle>

Decrypt an application message or a handshake message

NOTE: handshake messages doesn't return any decrypted message.

Return

decrypted message bundle, which contains the decrypted message.

Parameters

groupId

MLS group where the message was received

message

application message or handshake message