Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RTCErrorDetailType

type RTCErrorDetailType =
| "data-channel-failure"
| "dtls-failure"
| "fingerprint-failure"
| "hardware-encoder-error"
| "hardware-encoder-not-available"
| "sctp-failure"
| "sdp-syntax-error";

§Type

§
"data-channel-failure" | "dtls-failure" | "fingerprint-failure" | "hardware-encoder-error" | "hardware-encoder-not-available" | "sctp-failure" | "sdp-syntax-error"
[src]