LiveKit JS Client SDK - v2.11.0

    Interface SendTextOptions

    interface SendTextOptions {
        attachments?: File[];
        attributes?: Record<string, string>;
        destinationIdentities?: string[];
        onProgress?: (progress: number) => void;
        topic?: string;
    }
    Index

    Properties

    attachments?: File[]
    attributes?: Record<string, string>
    destinationIdentities?: string[]
    onProgress?: (progress: number) => void
    topic?: string
    MMNEPVFCICPMFPCPTTAAATR