Interface RTCLocalIceCandidateInit
interface RTCLocalIceCandidateInit {
candidate?: string;
sdpMid?: string | null;
sdpMLineIndex?: number | null;
usernameFragment?: string | null;
}
candidate?: string;
sdpMid?: string | null;
sdpMLineIndex?: number | null;
usernameFragment?: string | null;
}
Hierarchy (View Summary)
- RTCIceCandidateInit
- RTCLocalIceCandidateInit
Index
Properties
Was this helpful?