UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines (6 loc) 136 B
export interface IDescriptionEvent extends RTCSessionDescriptionInit { client: { id: string; }; version: number; }