UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines 195 B
export interface ICandidateEvent extends RTCIceCandidateInit { client: { id: string; }; type: 'candidate'; version: number; } //# sourceMappingURL=candidate-event.d.ts.map