RTCForge API Reference v1.1.1
    Preparing search index...

    Interface BandwidthEstimator

    Maps live network statistics to a discrete BandwidthQuality tier.

    SimpleBandwidthEstimator

    interface BandwidthEstimator {
        estimate(stats: NetworkStats): BandwidthQuality;
        reset(): void;
    }

    Implemented by

    Index

    Methods

    Methods