Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 559 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 559 Bytes

capacitor-plugin-headset

Headset plugin for Bluetooth headsets

Install

npm install capacitor-plugin-headset
npx cap sync

Android only at this time.

API

* [`start()`](#start) * [`stop(...)`](#stop)

start()

start() => Promise<void>

stop()

stop() => Promise<void>