SetWebVolume

From Onset Developer Wiki
SetWebVolume

Type: Function
Context: Client
Introduced: v1.5.5

Description

Set the web UI audio volume.

Syntax

SetWebVolume(web, volume)

Parameters

  • web
    The web identifier
  • volume
    The new audio volume, default: 1.0

Return Value

  • This function returns true on success.

Example

SetWebVolume(web, 0.5)

See also