iOS SDK - Version 1.5.0
August 19th, 2026 by Morgane Le Rouzic
Added:
- New Player method
setVolume()to control both content and ad volume (see Player methods).
Removed:
mute=true/falseruntime data parameter.setMute(mute:)Player method.muteargument inupdateParams().
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)method.
- Fixed an issue where IMA (Google Ads) volume did not sync with the Player mute/volume state.
