Release v4.0.0
Breaking Changes
- The object added to the
window
object has been renamed (fromindex
togenyDeviceWebPlayer
).
const { DeviceRendererFactory } = window.index;
needs to be changed to:
const { DeviceRendererFactory } = window.genyDeviceWebPlayer;
- Instantiating
DeviceRendererFactory
now returns an object containing categorized APIs.
Features
- KeyMapping Plugin: Used to bind keyboard inputs to various touch events.
- The new
DeviceRendererFactory
now returns an object with functions to manage the player (e.g., mute, unmute, etc.).
If you have any more corrections or adjustments you'd like to make, feel free to let me know!