ActiveRecorder Property



 
The ActiveRecorder property contains the GUID of the active recorder.


Syntax

    SiteKiosk.CDRecording.ActiveRecorder [=str]
    
Possible Values
    String that specifies or retrieves the GUID.

    The property is read/write.
Remarks
    None.
Examples
    The following example shows the GUID of the active recorder in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.CDRecording.ActiveRecorder);
    </SCRIPT>
    

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

Back to top