Member Junction
    Preparing search index...

    Fired before a data-channel message is sent. Cancelable; Text is mutable for transformation.

    interface LiveKitBeforeSendDataEvent {
        Cancel: boolean;
        Text: string;
        Topic?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Cancel: boolean

    Set to true in a handler to cancel the pending action. Defaults to false.

    Text: string

    The message text — a handler MAY rewrite this to transform the outgoing message.

    Topic?: string

    The optional topic.