UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

9 lines 247 B
export interface IIceCandidateErrorEvent { address: null | string; errorCode: number; errorText: string; port: null | number; type: 'icecandidateerror'; url: string; } //# sourceMappingURL=ice-candidate-error-event.d.ts.map