UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 333 B
import { ICandidateEvent, ICheckEvent, IDescriptionEvent, IErrorEvent, IIceCandidateErrorEvent, ISummaryEvent } from '../interfaces'; export type TOutgoingSignalingEvent = ICandidateEvent | ICheckEvent | IDescriptionEvent | IErrorEvent | IIceCandidateErrorEvent | ISummaryEvent; //# sourceMappingURL=outgoing-signaling-event.d.ts.map