RecMixerAvail Property
The RecMixerAvail property indicates if the recording mixer is available.
Syntax
[bool=] SiteKiosk.Multimedia.RecMixerAvail
|
Possible Values
Boolean value that retrieves whether the recording mixer is available.
|
The property is read only.
Remarks
Examples
The following example determines if the mixer can be muted and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.RecMixerAvail);
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top