Identify Your Player
You can add name to your player by adding a name attribute to your configuration object. This name will be included in the events.
const config = {
...
name: "lorem-ipsum-dolor-sit-amet",
...
};
const player = new lura.Player(document.getElementById("player"));
player.setConfig(config);