FinishCall Method



 
The FinishCall method finishes the current call.


Syntax

    SiteKiosk.Plugins("SitePhone").FinishCall()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example finishes the current call.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Plugins("SitePhone").FinishCall();
    </SCRIPT>
    

Applies to
    SiteKiosk v7.0 (and later versions).

Back to top