A11 TypeScript API - v0.2.1
    Preparing search index...

    Function a11PeerToString

    • Render a peer back into its protocol[+scheme]://identity[@endpoint] URL.

      Parameters

      • peer: {
            endpoint: string;
            identity: string;
            protocol: "a11" | "mcp";
            scheme: "session" | "rtc" | "http" | "https" | "ws" | "wss";
        }

      Returns string