Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>RTCSessionDescription

Advanced Web Composition for Future
Latest
interface RTCSessionDescription
import { type RTCSessionDescription } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

One end of a connection—or potential connection—and how it's configured. Each RTCSessionDescription consists of a description export type indicating which part of the offer/answer negotiation process it describes and of the SDP descriptor of the session.

Properties

readonly
sdp: string
readonly
type: RTCSdpType

Methods

toJSON(): any