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