Deprecated

Web / Android / iOS SDKs - Mute deprecation

Starting August 17th, 2026, the following SDK mute options will no longer be supported:

Deprecated & removed (Web SDK):

  • mute=true/false runtime data parameter (Player Embed Script, Library Script, iFrame)
  • setMute() Player method
  • mute and volume arguments in updateParams()

Deprecated & removed (Android/iOS SDK):

  • mute and volume arguments in updateParams()

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: