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

    Interface ByteStreamInfo

    interface ByteStreamInfo {
        attributes?: Record<string, string>;
        encryptionType: Encryption_Type;
        id: string;
        mimeType: string;
        name: string;
        size?: number;
        timestamp: number;
        topic: string;
    }

    Hierarchy

    • BaseStreamInfo
      • ByteStreamInfo
    Index

    Properties

    attributes?: Record<string, string>
    encryptionType: Encryption_Type
    id: string
    mimeType: string
    name: string
    size?: number

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

    timestamp: number
    topic: string