Getting Started
이 플러그인의 설치 단계와 전체 마크다운 가이드를 포함한 설정 지시서를 복사하세요.
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 syncimport
설정 제목 “import”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');}Type Reference
Type Reference 섹션MuteResponse
MuteResponse 섹션음소거 상태 확인에서 응답합니다.
export interface MuteResponse { /** True if device is muted, false otherwise */ value: boolean;}진실의 근원
진실의 근원 섹션이 페이지는 플러그인의 src/definitions.tsAPI이 업스트림에서 변경될 때마다 다시 싱크를 실행하세요.
Getting Started에서 계속하기
Getting Started에서 계속하기 섹션If you are using Getting Started to plan dashboard and API operations, connect it with Using @capgo/capacitor-mute for the native capability in Using @capgo/capacitor-mute, API Overview for the implementation detail in API Overview, Introduction for the implementation detail in Introduction, API Keys for the implementation detail in API Keys, and __CAPGO_KEEP_0__ Devices __CAPGO_KEEP_0__의 구현 세부 사항입니다.