You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2017/11/03 14:58:54 UTC

[GitHub] SpencerEJameson opened a new pull request #348: CB-13535: (ios) Add CallStart/CallEnd events to fire with Resign/Active events

SpencerEJameson opened a new pull request #348: CB-13535: (ios) Add CallStart/CallEnd events to fire with Resign/Active events
URL: https://github.com/apache/cordova-ios/pull/348
 
 
   ### Platforms affected
   iOS
   
   ### What does this PR do?
   Adds new events to trigger alongside the current resign/active events to specifically denote when a call started and ended. The new events are **callstart** and **callend**
   
   ### What testing has been done on this change?
   Tested against iOS 10.x+ and verified that upon calls connecting and disconnecting the events were triggering correctly. I did not have an iOS device less than 10.x to test with.
   
   ### Usage in App
   `document.addEventListener("callstart", function() {
           console.log("Call Start");
         });`
   
   `document.addEventListener("callend", function() {
           console.log("Call End);
         });`
   
   ### Checklist
   - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
   - [X] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
   - [ ] Added automated test coverage as appropriate for this change.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org