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

RTCIceCandidateType

type RTCIceCandidateType =
| "host"
| "prflx"
| "relay"
| "srflx";

§Type

§
"host" | "prflx" | "relay" | "srflx"
[src]