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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.