obby-client for TypeScript
    Preparing search index...

    Type Alias ChunkMeta

    The chunk-correlation fields riding alongside a split sdp value.

    type ChunkMeta = {
        id: string;
        seq: number;
        total: number;
    }
    Index
    id: string

    The id every chunk of one split frame shares.

    seq: number

    This chunk's 0-based position.

    total: number

    How many chunks the split frame was cut into.