UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

14 lines (8 loc) 197 B
export interface IIceCandidateErrorEvent { address: null | string; errorCode: number; errorText: string; port: null | number; type: 'icecandidateerror'; url: string; }