capacitor-community / native-audio

MIT License
102 stars 62 forks source link

fix: Make time optional on play method #81

Closed jcesarmobile closed 1 year ago

jcesarmobile commented 1 year ago

docs mention the time is optional and I've checked that native code defaults to 0 if not provided, so adjust the types accordingly

closes https://github.com/capacitor-community/native-audio/issues/63