Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 650 Bytes

File metadata and controls

37 lines (23 loc) · 650 Bytes

capacitor-vlc-plugin

A vlc capacitor plugin for Ionic

Install

npm install capacitor-vlc-plugin
npx cap sync

API

stream(...)

stream(options: { link: string; }) => Promise<{ link: string; }>
Param Type
options { link: string; }

Returns: Promise<{ link: string; }>