You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add adblocker bypass option, expose player props, and conditional captions menu (#1127)
This PR introduces the following improvements:
• New `allowPlaybackWithAdBlocker` prop
Allows the player to continue playback even when an adblocker is
detected.
• If false (default): shows a blocking popup when an adblocker is
present.
• If true: bypasses the restriction and allows normal playback.
• Exposes underlying player props on MuxNewsPlayer
Enables more granular configuration and control over the embedded player
through MuxNewsPlayer.
• Conditional captions menu
Adds a captions menu that appears only when text tracks are available.
• Allows users to disable captions if they prefer not to see them.
0 commit comments