iOS SDK - Version 1.5.0

Added:

  • New Player method setVolume() to control both content and ad volume (see Player methods).

Removed:

  • mute=true/false runtime data parameter.
  • setMute(mute:) Player method.
  • mute argument in updateParams() .

How to update your integration?

  • To mute the Player at runtime, use setVolume(0) method.
  • Fixed an issue where IMA (Google Ads) volume did not sync with the Player mute/volume state.