moqtail-ts
    Preparing search index...

    Class AkamaiOffset

    This class is deprecated and will be removed in a future version. Use ClockNormalizer (see ./clock_normalizer.ts) instead for better time synchronization.

    // ❌ Deprecated - Don't use
    const offset = await AkamaiOffset.getClockSkew()

    // ✅ Use ClockNormalizer instead
    import { ClockNormalizer } from './clock_normalizer'
    const normalizer = await ClockNormalizer.create()
    const offset = normalizer.getSkew()
    const normalizedTime = normalizer.now()
    Index

    Constructors

    Methods

    Constructors

    Methods