Member Junction
    Preparing search index...

    One chat message rendered in the chat panel (sourced from the LiveKit data channel).

    interface LiveKitChatMessage {
        IsLocal: boolean;
        Sender: string;
        SenderIdentity?: string;
        Text: string;
        Timestamp: number;
    }
    Index

    Properties

    IsLocal: boolean

    Whether the local user sent this message.

    Sender: string

    The sender's display name.

    SenderIdentity?: string

    The sender's participant identity, when known.

    Text: string

    The message text.

    Timestamp: number

    Epoch-ms timestamp.