MicVolumeAvail Property



 
The MicVolumeAvail property indicates if the microphone volume can be modified.


Syntax

    [bool=] SiteKiosk.Multimedia.MicVolumeAvail
Possible Values
    Boolean value that retrieves whether
    the microphone volume can be modified.

    The property is read only.
Remarks
    None.
Examples
    The following example determines if the microphone volume can be modified and shows it in an alert window.

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

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

Back to top