The current roomId log length
roomId
@override Future<int> logLength(String roomId) async { return _rooms[roomId]?.log.length ?? 0; }