Options
All
  • Public
  • Public/Protected
  • All
Menu

Inbound group session.

Inbound group sessions are used to exchange room messages between a group of participants. Inbound group sessions are used to decrypt the room messages.

Hierarchy

  • InboundGroupSession

Index

Constructors

Properties

roomId: RoomId

The room where this session is used in.

The Curve25519 key of the sender of this session, as a [Curve25519PublicKey].

sessionId: string

Returns the unique identifier for this session.

Methods

  • free(): void
  • Returns void

  • hasBeenImported(): boolean
  • Has the session been imported from a file or server-side backup? As opposed to being directly received as an m.room_key event.

    Returns boolean

Generated using TypeDoc