@livekit/rtc-node
    Preparing search index...

    Interface BaseStreamInfo

    interface BaseStreamInfo {
        attributes?: Record<string, string>;
        mimeType: string;
        streamId: string;
        timestamp: number;
        topic: string;
        totalSize?: number;
    }
    Index

    Properties

    attributes?: Record<string, string>
    mimeType: string
    streamId: string
    timestamp: number
    topic: string
    totalSize?: number

    total size in bytes for finite streams and undefined for streams of unknown size