Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 962 Bytes

README.md

File metadata and controls

57 lines (35 loc) · 962 Bytes

capacitor-call-detector

Detect call status. Now supports only ios. Documentation will be added later

Install

npm install capacitor-call-detector
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


startObserver()

startObserver() => Promise<void>

stopObserver()

stopObserver() => Promise<void>