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

    Interface TextStreamInfo

    interface TextStreamInfo {
        attachedStreamIds?: string[];
        attributes?: Record<string, string>;
        encryptionType: Encryption_Type;
        id: string;
        mimeType: string;
        size?: number;
        timestamp: number;
        topic: string;
    }

    Hierarchy

    • BaseStreamInfo
      • TextStreamInfo
    Index

    Properties

    attachedStreamIds?: string[]
    attributes?: Record<string, string>
    encryptionType: Encryption_Type
    id: string
    mimeType: string
    size?: number

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

    timestamp: number
    topic: string