2.0.0 • Published 1 year ago
capacitor-plugin-phone-call v2.0.0
capacitor-plugin-phone-call
a native phone call plugin for Capacitor
Install
npm install capacitor-plugin-phone-call
npx cap synceg:
import { PhoneCall } from "capacitor-plugin-phone-call";
PhoneCall.call({ phone: "10086" });API
call(...)
call(options: CallOptions) => Promise<void>| Param | Type |
|---|---|
options | CallOptions |
Interfaces
CallOptions
| Prop | Type |
|---|---|
phone | string |