Interface RTCPeerConnectionIceEventInit

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

    Properties

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