Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/connersimmons/callobserverplugin


https://github.com/connersimmons/callobserverplugin

callkit capacitor capacitor-plugin ionic telephonymanager

Last synced: about 2 months ago
JSON representation

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"
}
}
```