Interface RTCPeerConnectionIceEventInit

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

Hierarchy (view full)

Properties

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