0.0.3 • Published 1 year ago
capacitor-native-phone v0.0.3
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 |