connersimmons / CallObserverPlugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 67.3%Language:Swift 20.9%Language:Ruby 4.7%Language:Objective-C 4.2%Language:TypeScript 1.5%Language:JavaScript 1.4%