Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 684 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 684 Bytes

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

Param Type
options { number: string; }