Skip to content

apurvapawaskar/capacitor-native-phone

Repository files navigation

capacitor-native-phone

This plugin allows user to place a phone call

Install

npm install capacitor-native-phone
npx cap sync

API

makeACall(...)

makeACall(options: PhoneOptions) => Promise<void>
Param Type
options PhoneOptions

Interfaces

PhoneOptions

Prop Type
phone_number string
country_code string