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

    Interface PacketTrailerOptions

    interface PacketTrailerOptions {
        worker: Worker;
    }
    Index

    Properties

    Properties

    worker: Worker

    Dedicated worker for extracting packet trailers off the main thread.

    Encoded video streams are transferred to the worker for processing, which avoids per-frame work on the main thread.