Interface DetailedContactURI

Defines a SIP URI and it's associated label.

interface DetailedContactURI {
    label: ContactLabel;
    uri: ContactURI;
}

Properties

Properties

ContactLabel associated with this URI.

URI or number associated with the contact with prefix (e.g. sip: or tel:)

Generated using TypeDoc