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