interface RTCPeerConnectionIceEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    candidate?: null | RTCIceCandidate;
    composed?: boolean;
    url?: null | string;
}

Hierarchy (view full)

Properties

bubbles?: boolean
cancelable?: boolean
candidate?: null | RTCIceCandidate
composed?: boolean
url?: null | string

Generated using TypeDoc