Deprecated
Web / Android / iOS SDKs - Mute deprecation
July 23rd, 2026 by Morgane Le Rouzic
Starting August 17th, 2026, the following SDK mute options will no longer be supported:
Deprecated & removed (Web SDK):
mute=true/falseruntime data parameter (Player Embed Script, Library Script, iFrame)setMute()Player methodmuteandvolumearguments inupdateParams()
Deprecated & removed (Android/iOS SDK):
muteandvolumearguments inupdateParams()
Not affected:
setMute()method on Android & iOS SDKs. Remains available and automatically applies a Player configuration setting.
How to update your integration?Existing integrations can continue using the current options until August 17. We recommend updating them before this date with the following:
- To start the Player muted, use the new "Mute" Player setting (available soon in Dailymotion Studio).
- To mute the Player at runtime, use
player.setVolume(0)method.
See updated references:
- Web SDK: Player methods and Player runtime parameters
- Android SDK: Player runtime parameters
- iOS SDK: Player runtime parameters
