Eject Method
The Eject method ejects the recorder's tray.
Syntax
SiteKiosk.CDRecording.Eject()
|
Return Value
Remarks
Examples
The following example ejects the recorder's tray.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.CDRecording.Eject();
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top