UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

10 lines (7 loc) 152 B
export interface ICandidateEvent extends RTCIceCandidateInit { client: { id: string; }; type: 'candidate'; version: number; }