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