mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
ef6c1fe804
There is a UI configuration option that cannot be set in the demo app unless you open the JS console and manually call configure(), and we have added a new UI section to the demo configuration panel to congratulate the features. In this section, options were displayed in shaka.extern.UICconfiguration, such as Boolean, numeric, numeric, drop-down, enum, text string, comma-separated text input, and array. It also covered overlapping objects such as seekBarColors, mediaSession, and shortcuts. --------- Co-authored-by: Álvaro Velad Galván <ladvan91@hotmail.com>