get Inbound Group Session
abstract fun getInboundGroupSession(sessionId: String, senderKey: String): MXInboundMegolmSessionWrapper?
Content copied to clipboard
Retrieve an inbound group session. Used in rust for lazy migration
Return
an inbound group session.
Parameters
session Id
the session identifier.
sender Key
the base64-encoded curve25519 key of the sender.