capacitor-native-phone
v0.0.3
Published
This plugin allows user to place a phone call
Downloads
12
Maintainers
Readme
capacitor-native-phone
This plugin allows user to place a phone call
Install
npm install capacitor-native-phone
npx cap syncAPI
makeACall(...)
makeACall(options: PhoneOptions) => Promise<void>| Param | Type |
| ------------- | ----------------------------------------------------- |
| options | PhoneOptions |
Interfaces
PhoneOptions
| Prop | Type |
| ------------------ | ------------------- |
| phone_number | string |
| country_code | string |
