RTCPeerConnectionIceErrorEventInit
Extends
Properties
address?
optional address?: string | null;
bubbles?
optional bubbles?: boolean;
Inherited from
cancelable?
optional cancelable?: boolean;
Inherited from
composed?
optional composed?: boolean;
Inherited from
errorCode
errorCode: number;
errorText?
optional errorText?: string;
port?
optional port?: number | null;
url?
optional url?: string;