MLSMessageApi
Types
Functions
Link copied to clipboard
abstract suspend fun sendCommitBundle(bundle: MLSMessageApi.CommitBundle): NetworkResponse<<Error class: unknown class>>
Send an MLS commit bundle to a MLS group. The destination group is encoded into the message itself.
Link copied to clipboard
abstract suspend fun sendMessage(message: MLSMessageApi.Message): NetworkResponse<<Error class: unknown class>>
Send an MLS message to a MLS group. The destination group is encoded into the message itself.