RecorderState Property
The RecorderState property indicates whether the active recorder is ready.
Syntax
[bool=] SiteKiosk.CDRecording.RecorderState
|
Possible Values
Boolean value that retrieves the ready status.
|
The property is read only.
Remarks
Examples
The following example determines whether the active recorder is ready and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.CDRecording.RecorderState);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top