Interface IncomingLocalAddr

The local address that received an incoming connection.

interface IncomingLocalAddr {
    addr?: string;
    description?: string;
    kind: string;
}

Properties

addr?: string
description?: string
kind: string

One of "ip" | "relay" | "custom".