RecMutedAvail Property



 
The RecMutedAvail property indicates if the recording mixer can be muted.


Syntax

    [bool=] SiteKiosk.Multimedia.RecMutedAvail
Possible Values
    Boolean value that retrieves whether
    the recording mixer can be muted.

    The property is read only.
Remarks
    None.
Examples
    The following example determines if the recording mixer can be muted and shows it in an alert window.

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

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

Back to top