a native phone call plugin for Capacitor
npm install capacitor-plugin-phone-call
npx cap synceg:
import { PhoneCall } from "capacitor-plugin-phone-call";
PhoneCall.call({ phone: "10086" });call(options: CallOptions) => Promise<void>| Param | Type |
|---|---|
options |
CallOptions |
| Prop | Type |
|---|---|
phone |
string |