Detect call status. Now supports only ios. Documentation will be added later
npm install capacitor-call-detector
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
startObserver() => Promise<void>
stopObserver() => Promise<void>