2.28.2 (November 22, 2024)
Bug Fixes
- Fixed a bug in Desktop Safari 18 and all iOS browsers on iOS 18 where cloning a disabled
MediaStreamTrack
would incorrectly set theenabled
property totrue
instead of preserving the original disabled state. This ensures track cloning behavior matches the MediaStreamTrack specification and works consistently across browsers. Bug report: https://bugs.webkit.org/show_bug.cgi?id=281758