バーーサントショナ
__CAPGO_KEEP_0__
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.
__CAPGO_KEEP_0__
「インストール」をクリックAIアシスタントを使用してプラグインをインストールすることができます。AIツールに Capgo スキルを追加するには、以下のコマンドを実行してください。
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins次に、以下のプロンプトを使用してください。
Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-mute` plugin in my project.Manual Setupを使用する場合は、以下のコマンドを実行してプラグインをインストールし、以下のプラットフォーム固有の指示に従ってください。
bun add @capgo/capacitor-mutebunx cap syncインポート
「インポート」をクリックimport { Mute } from '@capgo/capacitor-mute';API まとめ
セクション「API まとめ」isMuted
セクション「isMuted」デバイスのミュートスイッチが有効かどうかを確認します。
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;}真実の源
セクション「真実の源」This page is generated from the plugin’s src/definitions.ts再度の同期を実行してください。 公開の API がアップストリームで変更された場合。
Getting Started から続けてください。
「Getting Started から続けてください。」というセクションCapacitor を使用している場合 Getting Started ダッシュボードと API の作業を計画するには、Capacitor を Using @capgo/capacitor-mute Using @capgo/capacitor-mute のネイティブ機能 API Overview API Overview の実装詳細 Introduction Introductionの実装詳細について API キー 実装詳細についてのAPI キー、 デバイス 実装詳細についてのデバイス