Skip to content

AlwaysLoveme/capacitor-plugin-phonecall

Repository files navigation

capacitor-plugin-phone-call

a native phone call plugin for Capacitor

Install

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

eg:

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