Blog RSS Feed

Media Plugin 6.1.0 Released!
By: Bryan Ellis
09 Sep 2022

We are happy to announce that we have just released an update for cordova-plugin-media!

To upgrade:

cordova plugin remove cordova-plugin-media
cordova plugin add cordova-plugin-media@6.1.0

Release Highlights

For Android, we updated the media error response object to include the "message" property. This property will provide additional information about the error. It also syncs in line with the media error response object that iOS returns.

For iOS, file scheme support has been implemented. Two fixes were applied to prevent crashes that occured when fetching the position while the time was not defined and to ensured that the category was defined after the recording was released.

Please report any issues you find by following the this How to File a Bug guide!

Changes include:

  • GH-357 feat(android): add 'message' field to media error CB-11641
  • GH-352 feat(ios): support file scheme
  • GH-354 fix(ios): Reset default audio session category when release (CB-13243)
  • GH-353 fix(ios): error on getPosition when time is nan