Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connersimmons/callobserverplugin
https://github.com/connersimmons/callobserverplugin
callkit capacitor capacitor-plugin ionic telephonymanager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/connersimmons/callobserverplugin
- Owner: connersimmons
- Created: 2019-02-27T14:34:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T20:40:35.000Z (almost 5 years ago)
- Last Synced: 2024-10-17T06:55:22.867Z (2 months ago)
- Topics: callkit, capacitor, capacitor-plugin, ionic, telephonymanager
- Language: Java
- Size: 7.47 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CallObserverPlugin
The purpose of this plugin is to start observing a phone call's status once it has been initiated. Then return the status to the app so we know when the phone call has completed.
### Phone Statuses
* none
* incoming
* dialing
* ongoing
* ended### Example output
```
{
"data": {
"status": "ongoing"
}
}
```