Interface UriContactItem

Defines the properties of a SIP URI based contact item.

interface UriContactItem {
    cloudId: string;
    networkId: string;
    type: "uri";
    uri: ContactURI;
}

Hierarchy (view full)

Properties

cloudId: string

Cloud ID associated with the contact.

networkId: string

Network ID for the contact.

type: "uri"

Type of contact item.

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

Generated using TypeDoc