5.0.1 • Published 11 months ago

capacitor-plugin-call v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

capacitor-plugin-call

Call number plugin for Capacitor apps (Capacitor 5 only).

Supported platforms

  • Android
  • iOS

Install

npm install capacitor-plugin-call
npx cap sync

API

call(...)

call(options: { number: string; }) => Promise<void>

Open the dialer with the given number

ParamType
options{ number: string; }

5.0.1

11 months ago

5.0.0

11 months ago