getState

abstract suspend fun getState(roomId: RoomId): Result<List<ClientEvent.RoomEvent.StateEvent<*>>>

See also