Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SipAddress

import type { SipAddress } from "https://googleapis.deno.dev/v1/people:v1.ts";

A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.

interface SipAddress {
readonly formattedType?: string;
metadata?: FieldMetadata;
type?: string;
value?: string;
}

§Properties

§
readonly formattedType?: string
[src]

Output only. The type of the SIP address translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the SIP address.

§
type?: string
[src]

The type of the SIP address. The type can be custom or or one of these predefined values: * home * work * mobile * other

§
value?: string
[src]

The SIP address in the RFC 3261 19.1 SIP URI format.