LiveKit JS Client SDK - v2.10.0

    Interface ChatMessage

    interface ChatMessage {
        attachedFiles?: File[];
        editTimestamp?: number;
        id: string;
        message: string;
        timestamp: number;
    }
    Index

    Properties

    attachedFiles?: File[]
    editTimestamp?: number
    id: string
    message: string
    timestamp: number
    MMNEPVFCICPMFPCPTTAAATR