Deprecated

Web / Android / iOS SDKs - Mute deprecation

Starting August 17th, 2026, the following Web SDK mute options are no longer supported:

  • mute=true/false runtime data parameter.
  • setMute() Player method.
  • mute and volume arguments in updateParams() .

Android and iOS SDK users

The Android and iOS SDK changes are documented in their dedicated changelogs:

How to update your integration?

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

Updated references