import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { RTCRtpTransceiver } = dom;
Properties
readonly
currentDirection: RTCRtpTransceiverDirection | nulldirection: RTCRtpTransceiverDirection
readonly
receiver: RTCRtpReceiverreadonly
sender: RTCRtpSenderMethods
setCodecPreferences(codecs: RTCRtpCodecCapability[]): void