@capgo/capacitor-media-session
Advanced tools
@@ -33,3 +33,3 @@ package com.capgo.mediasession; | ||
| private final String pluginVersion = "8.0.25"; | ||
| private final String pluginVersion = "8.0.26"; | ||
@@ -36,0 +36,0 @@ private static final String TAG = "CapgoMediaSession"; |
@@ -7,3 +7,3 @@ import Capacitor | ||
| public class MediaSessionPlugin: CAPPlugin, CAPBridgedPlugin { | ||
| private let pluginVersion: String = "8.0.25" | ||
| private let pluginVersion: String = "8.0.26" | ||
| public let identifier = "MediaSessionPlugin" | ||
@@ -10,0 +10,0 @@ public let jsName = "MediaSession" |
+1
-1
| { | ||
| "name": "@capgo/capacitor-media-session", | ||
| "version": "8.0.25", | ||
| "version": "8.0.26", | ||
| "description": "Capacitor plugin to expose media session controls of the device", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
+14
-0
@@ -27,3 +27,17 @@ # @capgo/capacitor-media-session | ||
| You can use our AI-Assisted Setup to install the plugin. Add the Capgo skills to your AI tool using the following command: | ||
| ```bash | ||
| npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-plugins | ||
| ``` | ||
| Then use the following prompt: | ||
| ```text | ||
| Use the `capacitor-plugins` skill from `cap-go/capacitor-skills` to install the `@capgo/capacitor-media-session` plugin in my project. | ||
| ``` | ||
| If you prefer Manual Setup, install the plugin by running the following commands and follow the platform-specific instructions below: | ||
| ```bash | ||
| npm install @capgo/capacitor-media-session | ||
@@ -30,0 +44,0 @@ npx cap sync |
100154
0.54%208
7.22%