UNPKG

@playkit-js/kaltura-player-js

Version:

[![Build Status](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-pr

7 lines (6 loc) 157 B
export interface LogConfig { playerVersion?: boolean; level: string; handler?: (messages: any[], context: Object) => void; useDebugInfo?: boolean; }