@capgo/native-audio 6.4.12 → 6.4.14

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
- <a href="https://capgo.app/">
2
- <img
3
- src="https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png"
4
- alt="Capgo - Instant updates for capacitor"
5
- />
6
- </a>
1
+ # Native audio
2
+
3
+ <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
7
4
 
8
5
  <div align="center">
9
6
  <h2><a href="https://capgo.app/?ref=plugin"> ➡️ Get Instant updates for your App with Capgo 🚀</a></h2>
@@ -227,6 +227,7 @@ public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate {
227
227
  do {
228
228
  try stopAudio(audioId: audioId)
229
229
  self.endSession()
230
+ call.resolve()
230
231
  } catch {
231
232
  call.reject(Constant.ErrorAssetNotFound)
232
233
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.4.12",
3
+ "version": "6.4.14",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",