ToggleMicMuted Method
The ToggleMicMuted method toggles whether the microphone mixer is muted.
Syntax
SiteKiosk.Multimedia.ToggleMicMuted()
|
Return Value
Remarks
Examples
The following example toggles whether the microphone mixer is muted.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Multimedia.ToggleMicMuted();
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top