SiteKiosk and system wide audio settings.
Path:

system.audio

Hierarchy

  • AudioConfig

Properties

defaultPlaybackDeviceRegex: string

Default:

"^(?!.*ScreenReaderPlaybackDevice).+$"


A regex which matches the name of the default playback device which should be used by SiteKiosk. When empty the system default playback device is used.

system.audio.defaultPlaybackDeviceRegex

enabled: boolean

Default: true

True when SiteKiosk should handle the audio settings

system.audio.enabled

isMuted: boolean

Default: false

True when the sound should be muted.

system.audio.isMuted

volumePercentage: number

Default: 0.5

The system volume to which SiteKiosk should change to, the value must be between 0 and 1.

system.audio.volumePercentage

Generated using TypeDoc