RoomState constructor

RoomState(
  1. {required JID roomJid,
  2. String? nick,
  3. required bool joined}
)

Implementation

RoomState