UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

10 lines (8 loc) 306 B
import { ICandidateEvent, ICheckEvent, IDescriptionEvent, IErrorEvent, IIceCandidateErrorEvent, ISummaryEvent } from '../interfaces'; export type TOutgoingSignalingEvent = | ICandidateEvent | ICheckEvent | IDescriptionEvent | IErrorEvent | IIceCandidateErrorEvent | ISummaryEvent;