시작하기
설치 단계와 이 플러그인의 전체 마크다운 가이드를 포함한 설정 명령어를 복사하세요.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-mute`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/mute/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
설치
설치 제목bun add @capgo/capacitor-mutebunx cap sync수입
수입 섹션import { Mute } from '@capgo/capacitor-mute';API 개요
API 개요 섹션isMuted
__isMuted__장치 음소거 switch가 활성화되어 있는지 확인합니다.
import { Mute } from '@capgo/capacitor-mute';
const { value } = await Mute.isMuted();if (value) { console.log('Device is muted');} else { console.log('Device is not muted');}타입 참조
타입 참조 섹션MuteResponse
__MuteResponse__음소거 상태 확인에서 응답.
export interface MuteResponse { /** True if device is muted, false otherwise */ value: boolean;}진실의 원천
‘진실의 원천’이라는 섹션플러그인에서 생성된 이 페이지는 src/definitions.ts. upstream에서 pubic API이 변경되었을 때 다시 동기화 하십시오.