Class KodiApplicationNamespace

Constructors

Methods

  • Quits the Kodi application.

    Returns Promise<string>

    A promise resolving to a string, typically empty on success.

  • Mutes or unmutes the application.

    Parameters

    • mute: GlobalToggle

      Whether to mute (true) or unmute (false) the application.

    Returns Promise<boolean>

    A promise resolving to a boolean indicating the mute state.