Skip to content

AlwaysLoveme/capacitor-plugin-phonecall

Repository files navigation

capacitor-plugin-phone-call

a phone call plugin for Capacitor3, apply for IOS/Android

Install

npm install capacitor-plugin-phone-call
npx cap sync

eg:

import { PhoneCall } from "capacitor-plugin-phone-call";

PhoneCall.start({ phone: "10086" });

···

API

start(...)

start(options: PhoneCallOptions) => any
Param Type
options PhoneCallOptions

Returns: any


Interfaces

PhoneCallOptions

Prop Type
phone string

SucessCallBack

Prop Type
msg string