UNPKG

cdnbye

Version:

Let your viewers become your unlimitedly scalable CDN.

16 lines (13 loc) 390 B
import Hlsjs from 'hls.js' import P2pEngine from "./hlsjs-p2p-engine.min"; export declare class CBHlsjs extends Hlsjs { static engineVersion: string; static protocolVersion: string; static WEBRTC_SUPPORT: boolean; constructor(config?: any); readonly p2pEngine: P2pEngine; enableP2P(): void; disableP2P(): void; restartP2P(): void; } export default CBHlsjs