MutedAvail Property



 
The MutedAvail property indicates if the mixer can be muted.


Syntax

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

    The property is read only.
Remarks
    None.
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.MutedAvail);
    </SCRIPT>

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

Back to top