Android SDK - Version 2.1.2

Added:

  • New Player method setVolume() to control both content and ad volume. Accepts a value between 0.0 (muted) and 1.0 (maximum). See Player methods.

Removed:

  • mute=true/false runtime data parameter.
  • setMute() Player method.
  • mute argument in PlayerParameters (used in createPlayer and updateParams).

How to update your integration?

  • To mute the Player at runtime, use setVolume(0.0) method.