Member Junction
    Preparing search index...

    A single channel chip in the session's channel strip.

    interface RealtimeChannel {
        Icon: string;
        Id: string;
        Label: string;
        Status: "live" | "opening" | "off";
    }
    Index

    Properties

    Properties

    Icon: string

    Font Awesome icon class (e.g. "fa-microphone-lines").

    Id: string

    Stable id for tracking.

    Label: string

    Display label (e.g. "Voice", "Text").

    Status: "live" | "opening" | "off"

    Channel status — drives the chip styling + live dot.