Skip to main content
Module

x/evt/mod.ts>dom.RTCRtpTransceiverInit

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.RTCRtpTransceiverInit
import { type dom } from "https://deno.land/x/evt@v2.4.6/mod.ts";
const { RTCRtpTransceiverInit } = dom;

Properties

optional
direction: RTCRtpTransceiverDirection
optional
sendEncodings: RTCRtpEncodingParameters[]
optional
streams: MediaStream[]