getInboundGroupSession

abstract fun getInboundGroupSession(sessionId: String, senderKey: String): MXInboundMegolmSessionWrapper?

Retrieve an inbound group session. Used in rust for lazy migration

Return

an inbound group session.

Parameters

sessionId

the session identifier.

senderKey

the base64-encoded curve25519 key of the sender.