UNPKG

@observertc/observer-js

Version:

Server Side NodeJS Library for processing ObserveRTC Samples

3 lines 149 B
export type MediaKind = 'audio' | 'video'; export type SupportedVideoCodecType = 'vp8' | 'vp9' | 'h264' | 'h265'; //# sourceMappingURL=types.d.ts.map