UNPKG

@capgo/capacitor-mute

Version:

Detect if the mute switch is enabled/disabled on a device

6 lines (5 loc) 219 B
import { WebPlugin } from "@capacitor/core"; import type { MutePlugin, MuteResponse } from "./definitions"; export declare class MuteWeb extends WebPlugin implements MutePlugin { isMuted(): Promise<MuteResponse>; }