default_ static method

Future<QualityThresholds> default_()

Provides industry-standard default latency thresholds for most applications.

These defaults are tuned for general-purpose mobile and web apps:

  • Excellent: 50ms (Fiber/High-speed Cable)
  • Great: 100ms (Average Broadband)
  • Good: 150ms (Stable 4G/LTE)
  • Moderate: 250ms (3G/Slower Satellite)
  • Poor: 500ms (Highly congested or edge networks)

Implementation

static Future<QualityThresholds> default_() =>
    RustLib.instance.api.crateApiModelsConfigQualityThresholdsDefault();