Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 14:01

Breaking Changes

  • The object added to the window object has been renamed (from index to genyDeviceWebPlayer).
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!