MediaSFU Shared
    Preparing search index...

    Interface SendChatMessageOptions

    interface SendChatMessageOptions {
        parameters: HeadlessParameters;
        message: string;
        receivers?: string[];
        group?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters: HeadlessParameters

    The most recent parameter bag from updateSourceParameters.

    message: string
    receivers?: string[]

    Specific recipients. Empty (default) sends to the group.

    group?: boolean

    Send to everyone. Defaults to true when receivers is empty.