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