endcallbutton

endcallbutton

This event fires when the user presses the end call button. The event overrides the default end call behavior.

Quick Example

document.addEventListener("endcallbutton", onEndCallKeyDown, false);

function onEndCallKeyDown() {
    // Handle the end call button
}
doc_cordova
2017-01-31 03:40:26
Comments
Leave a Comment

Please login to continue.