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 through a SIP gateway.

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

§Properties

§
sipAccessCode?: string
[src]

The permanent numeric code for manual entry on specially configured devices.

§
uri?: string
[src]

The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or a dotted quad.