Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Functionality

Plugin

Method

Events

Returns connected audio output ports

org.rdk.DisplaySettings

getConnectedAudioPorts


Returns the current volume level

org.rdk.DisplaySettings

getVolumeLevel


Returns whether audio is muted on a given port

org.rdk.DisplaySettings

getMuted


Adjusts the Volume Level on a specific port

org.rdk.DisplaySettings

setVolumeLevel


Mutes or unmutes audio on a specific port

org.rdk.DisplaySettings

setMuted


  • Voice

Functionality

Plugin

Method

Events

To manage VoiceSDK status and responseorg.rdk.VoiceControl

onServerMessage
To provide visual feedback matching audio capture stateorg.rdk.VoiceControl
onSessionBegin
To provide visual feedback matching audio capture stateorg.rdk.VoiceControl
onStreamBegin
To provide visual feedback matching audio capture stateorg.rdk.VoiceControl
onStreamEnd




...

How To...

The following section details about few debug steps to confirm some generic issues and doubts when working with an RDK-V stack and this UI.

...