Skip to main content

RTCPeerConnectionIceEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


candidate?

optional candidate?: RTCIceCandidate | null;

composed?

optional composed?: boolean;

Inherited from

EventInit.composed