room property

Room room
final

The underlying Room used by the session.

If neither room nor encryption is provided, a default Room is created. Passing both throws ArgumentError — configure E2EE on the Room directly if you need a custom Room with encryption.

Implementation

final Room room;