LiveKit JS Client SDK - v2.18.1
    Preparing search index...

    Type Alias DataTrackSubscribeOptions

    type DataTrackSubscribeOptions = {
        bufferSize?: number;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    bufferSize?: number

    The number of DataTrackFrames to hold in the ReadableStream before disgarding extra frames. Defaults to 16, but this may not be good enough for especially high frequency data.

    signal?: AbortSignal