Skip to main content

RTCPeerConnectionIceErrorEventInit

Extends

Properties

address?

optional address?: string | null;

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

EventInit.composed


errorCode

errorCode: number;

errorText?

optional errorText?: string;

port?

optional port?: number | null;

url?

optional url?: string;