Type alias UriContactItem

UriContactItem: BaseContactItem & {
    type: "uri";
    uri: ContactURI;
}

Defines the properties of a SIP URI based contact item.

Type declaration

  • type: "uri"
  • uri: ContactURI

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

Generated using TypeDoc