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

RTCIceCandidateInit

interface RTCIceCandidateInit {
candidate?: string;
sdpMid?: string | null;
sdpMLineIndex?: number | null;
usernameFragment?: string | null;
}

§Properties

§
candidate?: string
[src]
§
sdpMid?: string | null
[src]
§
sdpMLineIndex?: number | null
[src]
§
usernameFragment?: string | null
[src]