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

    Interface ByteStreamOptions

    interface ByteStreamOptions {
        attributes?: Record<string, string>;
        destinationIdentities?: string[];
        mimeType?: string;
        name?: string;
        onProgress?: (progress: number) => void;
        topic?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: Record<string, string>
    destinationIdentities?: string[]
    mimeType?: string
    name?: string
    onProgress?: (progress: number) => void
    topic?: string