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

GatewaySipAccess

import type { GatewaySipAccess } from "https://googleapis.deno.dev/v1/meet:v2.ts";

Details how to join the conference via a SIP gateway.

interface GatewaySipAccess {
sipAccessCode?: string;
uri?: string;
}

§Properties

§
sipAccessCode?: string
[src]

Permanent numeric code for manual entry on specially configured devices.

§
uri?: string
[src]

The SIP URI the conference can be reached through. The string is on one of the formats: "sip:@" "sips:@" where currently is the 13-digit universal pin, and is a valid address to be resolved using a DNS SRV lookup, or a dotted quad.