Android SDK - Version 2.1.2
August 19th, 2026 by Morgane Le Rouzic
Added:
- New Player method
setVolume()to control both content and ad volume. Accepts a value between0.0(muted) and1.0(maximum). See Player methods.
Removed:
mute=true/falseruntime data parameter.setMute()Player method.muteargument inPlayerParameters(used increatePlayerandupdateParams).
How to update your integration?
- To start the Player muted, use the new "Start muted" Player setting (available in Dailymotion Studio or
enableMutevia the API).
- To mute the Player at runtime, use
setVolume(0.0)method.
