UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

7 lines 182 B
export interface IDescriptionEvent extends RTCSessionDescriptionInit { client: { id: string; }; version: number; } //# sourceMappingURL=description-event.d.ts.map