Data on a Megolm session

interface ISession {
    senderKey: string;
    sessionData?: InboundGroupSessionData;
    sessionId: string;
}

Hierarchy (view full)

Properties

senderKey: string
sessionId: string