ToggleMuted Method



 
The ToggleMuted method toggles whether the mixer is muted.


Syntax

    SiteKiosk.Multimedia.ToggleMuted()
Return Value
    None.
Remarks
    None.
Examples
    The following example toggles whether the mixer is muted.

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

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

Back to top