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

层级 (查看完整内容)

属性

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